ASIN Nabber
Grabs the ASIN from a page
ASIN Nabberとは何ですか?
ASIN Nabberはantecmoによって開発されたChromeの拡張機能で、その主な機能は「Grabs the ASIN from a page」です。
拡張機能のスクリーンショット
ASIN Nabber拡張機能のCRXファイルをダウンロード
ASIN Nabber拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | ASIN Nabber |
ID | bgbgkgcfooglepdpgmclmfjcnbaafioe |
公式URL | https://chromewebstore.google.com/detail/asin-nabber/bgbgkgcfooglepdpgmclmfjcnbaafioe |
説明 | Grabs the ASIN from a page |
ファイルサイズ | 18.49 KB |
インストール数 | 109 |
現在のバージョン | 1.2 |
最終更新日 | 2017-06-04 |
公開日 | 2017-06-04 |
評価 | 1.50/5 合計 2 レビュー |
開発者 | antecmo |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://twitter.com/mousedown |
対応言語 | 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 } |