Open ISBN

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

Was ist Open ISBN?

Open ISBN ist eine Chrome-Erweiterung, die von brettz9 entwickelt wurde, und ihr Hauptmerkmal ist "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Open ISBN-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open ISBN-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Open ISBN Open ISBN
ID lkhlbkfkgngohcmcgobknikibbpnpkbd
Offizielle URL https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd
Beschreibung Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Dateigröße 45.68 KB
Installationsanzahl 137
Aktuelle Version 0.4.0
Letztes Update 2023-04-09
Veröffentlichungsdatum 2018-03-30
Entwickler brettz9
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://github.com/brettz9/open-isbn
Hilfeseite URL http://github.com/brettz9/open-isbn/issues
Unterstützte Sprachen 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"
        }
    }
}