Open ISBN
Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Cos'è Open ISBN?
Open ISBN è un'estensione di Chrome sviluppata da brettz9, e la sua funzione principale è "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open ISBN
Scarica i file di estensione Open ISBN 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
A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. Informazioni di Base sull'Estensione
| Nome | |
| ID | lkhlbkfkgngohcmcgobknikibbpnpkbd |
| URL Ufficiale | https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd |
| Descrizione | Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. |
| Dimensione del File | 45.68 KB |
| Conteggio Installazioni | 137 |
| Versione Corrente | 0.4.0 |
| Ultimo Aggiornamento | 2023-04-09 |
| Data di Pubblicazione | 2018-03-30 |
| Sviluppatore | brettz9 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://github.com/brettz9/open-isbn |
| URL della Pagina di Aiuto | http://github.com/brettz9/open-isbn/issues |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"short_name": "__MSG_extensionShortName__",
"description": "__MSG_extensionDescription__",
"author": "Brett Zamir",
"version": "0.4.0",
"homepage_url": "https:\/\/github.com\/brettz9\/open-isbn\/",
"permissions": [
"contextMenus",
"storage",
"scripting",
"activeTab"
],
"background": {
"type": "module",
"service_worker": "lib\/background.js"
},
"options_ui": {
"page": "options\/options.html",
"browser_style": true,
"open_in_tab": false
},
"icons": {
"128": "icon.png"
},
"default_locale": "en",
"browser_specific_settings": {
"gecko": {
"id": "jid0-AUMeALWAI9Z08xdCmXfcfeySIjk@jetpack"
}
}
} | |