Open ISBN

Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.

ما هو Open ISBN؟

Open ISBN هو إضافة Chrome تم تطويرها بواسطة brettz9، والميزة الرئيسية لها هي "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".

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

screenshot
screenshot
screenshot

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

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

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

                        A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.                    

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

الاسم Open ISBN Open ISBN
ID lkhlbkfkgngohcmcgobknikibbpnpkbd
عنوان URL الرسمي https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd
الوصف Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
حجم الملف 45.68 KB
عدد التثبيتات 137
النسخة الحالية 0.4.0
آخر تحديث 2023-04-09
تاريخ النشر 2018-03-30
المطور brettz9
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://github.com/brettz9/open-isbn
عنوان صفحة المساعدة http://github.com/brettz9/open-isbn/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "author": "Brett Zamir",
    "version": "0.4.0",
    "homepage_url": "https:\/\/github.com\/brettz9\/open-isbn\/",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting",
        "activeTab"
    ],
    "background": {
        "type": "module",
        "service_worker": "lib\/background.js"
    },
    "options_ui": {
        "page": "options\/options.html",
        "browser_style": true,
        "open_in_tab": false
    },
    "icons": {
        "128": "icon.png"
    },
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "jid0-AUMeALWAI9Z08xdCmXfcfeySIjk@jetpack"
        }
    }
}