ISBN Express

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

Hvad er ISBN Express?

ISBN Express er en Chrome-udvidelse udviklet af D. VECCHITTO, og dens hovedfunktion er "Allows you to quickly find ISBNs by right-clicking book images.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ISBN Express-udvidelses-CRX-fil

Download ISBN Express-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ISBN Express ISBN Express
ID jpldplmfdmohamipcfdpgikofmckofib
Officiel URL https://chromewebstore.google.com/detail/isbn-express/jpldplmfdmohamipcfdpgikofmckofib
Beskrivelse Allows you to quickly find ISBNs by right-clicking book images.
Filstørrelse 53.31 KB
Antal Installationer 138
Nuværende Version 2.1
Senest Opdateret 2016-03-11
Udgivelsesdato 2016-03-11
Bedømmelse 4.67/5 Samlet 3 Bedømmelser
Udvikler D. VECCHITTO
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}