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. 擴展基本資訊
| 名稱 | |
| ID | bgbgkgcfooglepdpgmclmfjcnbaafioe |
| 官方網址 | 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 |
| 電子郵箱 | [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
} | |