Open ISBN

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

Open ISBNとは何ですか?

Open ISBNはbrettz9によって開発されたChromeの拡張機能で、その主な機能は「Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Open ISBN拡張機能のCRXファイルをダウンロード

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
Eメール [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"
        }
    }
}