ISBN Express

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

Was ist ISBN Express?

ISBN Express ist eine Chrome-Erweiterung, die von D. VECCHITTO entwickelt wurde, und ihr Hauptmerkmal ist "Allows you to quickly find ISBNs by right-clicking book images.".

Erweiterungsscreenshots

screenshot
screenshot

ISBN Express-Erweiterungs-CRX-Datei herunterladen

Laden Sie ISBN Express-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ISBN Express ISBN Express
ID jpldplmfdmohamipcfdpgikofmckofib
Offizielle URL https://chromewebstore.google.com/detail/isbn-express/jpldplmfdmohamipcfdpgikofmckofib
Beschreibung Allows you to quickly find ISBNs by right-clicking book images.
Dateigröße 53.31 KB
Installationsanzahl 138
Aktuelle Version 2.1
Letztes Update 2016-03-11
Veröffentlichungsdatum 2016-03-11
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler D. VECCHITTO
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}