ISBN Express

Allows you to quickly find ISBNs by right-clicking book images.

Qu'est-ce que ISBN Express ?

ISBN Express est une extension Chrome développée par D. VECCHITTO, et sa fonction principale est "Allows you to quickly find ISBNs by right-clicking book images.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension ISBN Express 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

                        NEW IN VERSION 2.0: ISBNs display in a small HTML window with the ISBN text auto-selected. All you need to do is press CTRL+C!

ISBN Express allows you to find ISBNs quickly. If you right click any image, "Find ISBN" will appear in the context menu. Clicking "Find ISBN" will search the image URL and attempt to find an ISBN.

If you right click an empty area on a website, you can configure ISBN Express and choose whether or not to display hyphens.                    

Informations de Base sur l'Extension

Nom ISBN Express ISBN Express
ID jpldplmfdmohamipcfdpgikofmckofib
URL Officiel https://chromewebstore.google.com/detail/isbn-express/jpldplmfdmohamipcfdpgikofmckofib
Description Allows you to quickly find ISBNs by right-clicking book images.
Taille du Fichier 53.31 KB
Nombre d'Installations 138
Version Actuelle 2.1
Dernière Mise à Jour 2016-03-11
Date de Publication 2016-03-11
Évaluation 4.67/5 Total 3 Évaluations
Développeur D. VECCHITTO
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ISBN Express",
    "description": "Allows you to quickly find ISBNs by right-clicking book images.",
    "version": "2.1",
    "icons": {
        "16": "isbn16.png",
        "48": "isbn48.png",
        "128": "isbn128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery110min.js",
                "isbns.js"
            ],
            "css": [
                "isbnexp.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "isbnbg.js"
        ]
    },
    "manifest_version": 2
}