Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.08 KB

amazon-book-title-copy

Lint, Format, Build

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.

Getting started

Prerequisites

Install Node.

Build extension

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

Install extension to your chrome browser

  • Go to chrome://extensions in your chrome browser.

  • Set the Developer mode ON.

  • Click Load unpacked and select dist folder.

  • After installation, you will see the following image.