amazon-book-title-copy is a chrome browser extension that adds a button to readily copy a book title or search for a book title on multiple sites.
Install Node.
Run the below commands to build the extension. npm run build
will create a dist
folder.
$ git clone https://github.com/Takashicc/amazon-book-title-copy
$ cd amazon-book-title-copy
$ npm install
$ npm run build
$ ls dist/
background.js manifest.json
-
Go to
chrome://extensions
in your chrome browser. -
Set the Developer mode ON.
-
Click
Load unpacked
and selectdist
folder. -
After installation, you will see the following image.