ISBN Search

Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)

Cos'è ISBN Search?

ISBN Search è un'estensione di Chrome sviluppata da duncankeith228, e la sua funzione principale è "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ISBN Search

Scarica i file di estensione ISBN Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Find all of your books in the most convenient way possible. 
Any ISBNs will automatically be replaced with a hyperlink to your free pdf download! 

Link to GitHub repo: https://github.com/DuncanKeith/isbn-search                    

Informazioni di Base sull'Estensione

Nome ISBN Search ISBN Search
ID pciedbdeahgjkohjeikjjljdbhbkjeoc
URL Ufficiale https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc
Descrizione Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
Dimensione del File 12.16 KB
Conteggio Installazioni 602
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-11-22
Data di Pubblicazione 2016-11-22
Valutazione 4.78/5 Totale 9 Valutazioni
Sviluppatore duncankeith228
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ISBN Search",
    "version": "1.0.0",
    "description": "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}