ISBN Express

Allows you to quickly find ISBNs by right-clicking book images.

ما هو ISBN Express؟

ISBN Express هو إضافة Chrome تم تطويرها بواسطة D. VECCHITTO، والميزة الرئيسية لها هي "Allows you to quickly find ISBNs by right-clicking book images.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة ISBN Express

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

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

                        NEW IN VERSION 2.0: ISBNs display in a small HTML window with the ISBN text auto-selected. All you need to do is press CTRL+C!

ISBN Express allows you to find ISBNs quickly. If you right click any image, "Find ISBN" will appear in the context menu. Clicking "Find ISBN" will search the image URL and attempt to find an ISBN.

If you right click an empty area on a website, you can configure ISBN Express and choose whether or not to display hyphens.                    

معلومات أساسية عن التمديد

الاسم ISBN Express ISBN Express
ID jpldplmfdmohamipcfdpgikofmckofib
عنوان URL الرسمي https://chromewebstore.google.com/detail/isbn-express/jpldplmfdmohamipcfdpgikofmckofib
الوصف Allows you to quickly find ISBNs by right-clicking book images.
حجم الملف 53.31 KB
عدد التثبيتات 138
النسخة الحالية 2.1
آخر تحديث 2016-03-11
تاريخ النشر 2016-03-11
تقييم 4.67/5 مجموع تقييمات 3
المطور D. VECCHITTO
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ISBN Express",
    "description": "Allows you to quickly find ISBNs by right-clicking book images.",
    "version": "2.1",
    "icons": {
        "16": "isbn16.png",
        "48": "isbn48.png",
        "128": "isbn128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery110min.js",
                "isbns.js"
            ],
            "css": [
                "isbnexp.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "isbnbg.js"
        ]
    },
    "manifest_version": 2
}