ISBN Search
Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
Qu'est-ce que ISBN Search ?
ISBN Search est une extension Chrome développée par duncankeith228, et sa fonction principale est "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ISBN Search
Téléchargez les fichiers d'extension ISBN Search 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
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
Informations de Base sur l'Extension
Nom | ISBN Search |
ID | pciedbdeahgjkohjeikjjljdbhbkjeoc |
URL Officiel | https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc |
Description | Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books) |
Taille du Fichier | 12.16 KB |
Nombre d'Installations | 602 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2016-11-22 |
Date de Publication | 2016-11-22 |
Évaluation | 4.78/5 Total 9 Évaluations |
Développeur | duncankeith228 |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |