ISBN Search
Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
Hvad er ISBN Search?
ISBN Search er en Chrome-udvidelse udviklet af duncankeith228, og dens hovedfunktion er "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".
Udvidelsesskærmbilleder
Download ISBN Search-udvidelses-CRX-fil
Download ISBN Search-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
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
Grundlæggende oplysninger om udvidelsen
Navn | ISBN Search |
ID | pciedbdeahgjkohjeikjjljdbhbkjeoc |
Officiel URL | https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc |
Beskrivelse | Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books) |
Filstørrelse | 12.16 KB |
Antal Installationer | 602 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2016-11-22 |
Udgivelsesdato | 2016-11-22 |
Bedømmelse | 4.78/5 Samlet 9 Bedømmelser |
Udvikler | duncankeith228 |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |