ASIN Nabber
Grabs the ASIN from a page
ASIN Nabberคืออะไร?
ASIN Nabber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย antecmo และคุณลักษณะหลักของมันคือ "Grabs the ASIN from a page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ASIN Nabber
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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 |
| อีเมล | [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
} | |