https://github.com/githubjakob/amazon-scraper-firefox-extension
Small POC of a Firefox extension that reads title and the price of a Amazon product page and copies it to the clipboard
https://github.com/githubjakob/amazon-scraper-firefox-extension
Last synced: 11 months ago
JSON representation
Small POC of a Firefox extension that reads title and the price of a Amazon product page and copies it to the clipboard
- Host: GitHub
- URL: https://github.com/githubjakob/amazon-scraper-firefox-extension
- Owner: githubjakob
- Created: 2020-10-15T13:10:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T14:26:36.000Z (over 5 years ago)
- Last Synced: 2025-05-13T17:17:02.755Z (about 1 year ago)
- Language: JavaScript
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon-scraper-firefox-extension
Small POC of a Firefox extension that reads title and the price of a Amazon product page and copies it to the clipboard.
Build based on the tutorial https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_second_WebExtension
## Installation
Go to about:debugging and add the `manifest.json` as a temporary extension.
Navigate to a Amazon Detail Page (eg. https://www.amazon.de/dp/B06XJCKGTZ/) and click the extension icon.