Open ISBN

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

Open ISBN là gì?

Open ISBN là một tiện ích mở rộng Chrome được phát triển bởi brettz9, và tính năng chính của nó là "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open ISBN

Tải xuống các tệp mở rộng Open ISBN dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open ISBN Open ISBN
ID lkhlbkfkgngohcmcgobknikibbpnpkbd
URL Chính Thức https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd
Mô tả Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Kích Thước Tệp 45.68 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-04-09
Ngày Phát Hành 2018-03-30
Nhà Phát Triển brettz9
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/brettz9/open-isbn
URL Trang Trợ Giúp http://github.com/brettz9/open-isbn/issues
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}