ASIN Nabber
Grabs the ASIN from a page
What is ASIN Nabber?
ASIN Nabber is a Chrome extension developed by antecmo, and its main feature is "Grabs the ASIN from a page".
Extension Screenshots
Download ASIN Nabber Extension CRX File
Download ASIN Nabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A simple ASIN extractor. This tool will quickly extract, one or many Amazon Standard Identification Number (ASIN) from a given Amazon page. Will save collection as you brows, save to clipboard and delte.
Extension Basic Information
Name | ASIN Nabber |
ID | bgbgkgcfooglepdpgmclmfjcnbaafioe |
Official URL | https://chromewebstore.google.com/detail/asin-nabber/bgbgkgcfooglepdpgmclmfjcnbaafioe |
Description | Grabs the ASIN from a page |
File Size | 18.49 KB |
Installation Count | 109 |
Current Version | 1.2 |
Last Updated | 2017-06-04 |
Publish Date | 2017-06-04 |
Rating | 1.50/5 Total 2 Ratings |
Developer | antecmo |
[email protected] | |
Payment Type | free |
Help Page URL | http://twitter.com/mousedown |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASIN Nabber", "description": "Grabs the ASIN from a page", "version": "1.2", "icons": { "16": "grab16.png", "48": "grab48.png", "128": "grab128.png" }, "web_accessible_resources": [ "bomb48.png" ], "permissions": [ "notifications", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*" ], "js": [ "nabber.js" ] } ], "browser_action": { "default_title": "ASIN Nabber", "default_icon": "grab128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |