ISBN Search
Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
Vad är ISBN Search?
ISBN Search är en Chrome-tillägg utvecklad av duncankeith228, och dess huvudfunktion är "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)".
Tilläggsskärmbilder
Ladda ner ISBN Search-förlängningens CRX-fil
Ladda ner ISBN Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | pciedbdeahgjkohjeikjjljdbhbkjeoc |
| Officiell webbadress | https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc |
| Beskrivning | Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books) |
| Filstorlek | 12.16 KB |
| Antal Installationer | 602 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2016-11-22 |
| Publiceringsdatum | 2016-11-22 |
| Betyg | 4.78/5 Totalt 9 Betyg |
| Utvecklare | duncankeith228 |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |