ASIN Nabber

Grabs the ASIN from a page

ما هو ASIN Nabber؟

ASIN Nabber هو إضافة Chrome تم تطويرها بواسطة antecmo، والميزة الرئيسية لها هي "Grabs the ASIN from a page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ASIN Nabber

قم بتنزيل ملفات الامتداد ASIN Nabber بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة 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
}