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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
        }
    }
}