Open ISBN

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

Qu'est-ce que Open ISBN ?

Open ISBN est une extension Chrome développée par brettz9, et sa fonction principale est "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Open ISBN

Téléchargez les fichiers d'extension Open ISBN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Open ISBN Open ISBN
ID lkhlbkfkgngohcmcgobknikibbpnpkbd
URL Officiel https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd
Description Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Taille du Fichier 45.68 KB
Nombre d'Installations 137
Version Actuelle 0.4.0
Dernière Mise à Jour 2023-04-09
Date de Publication 2018-03-30
Développeur brettz9
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.com/brettz9/open-isbn
URL de la Page d'Aide http://github.com/brettz9/open-isbn/issues
Langues Prises en Charge 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"
        }
    }
}