ISBN Search
Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
Wat is ISBN Search?
ISBN Search is een Chrome-extensie ontwikkeld door duncankeith228, en de belangrijkste functie is "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".
Extensie Screenshots
Download het CRX-bestand van de extensie ISBN Search
Download ISBN Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ISBN Search |
ID | pciedbdeahgjkohjeikjjljdbhbkjeoc |
Officiële URL | https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc |
Beschrijving | Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books) |
Bestandsgrootte | 12.16 KB |
Aantal Installaties | 602 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-11-22 |
Publicatiedatum | 2016-11-22 |
Beoordeling | 4.78/5 Totaal 9 Beoordelingen |
Ontwikkelaar | duncankeith228 |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |