Open ISBN
Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Hvad er Open ISBN?
Open ISBN er en Chrome-udvidelse udviklet af brettz9, og dens hovedfunktion er "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".
Udvidelsesskærmbilleder
Download Open ISBN-udvidelses-CRX-fil
Download Open ISBN-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
A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lkhlbkfkgngohcmcgobknikibbpnpkbd |
| Officiel URL | https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd |
| Beskrivelse | Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. |
| Filstørrelse | 45.68 KB |
| Antal Installationer | 137 |
| Nuværende Version | 0.4.0 |
| Senest Opdateret | 2023-04-09 |
| Udgivelsesdato | 2018-03-30 |
| Udvikler | brettz9 |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://github.com/brettz9/open-isbn |
| Hjælpeside-URL | http://github.com/brettz9/open-isbn/issues |
| Understøttede Sprog | 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"
}
}
} | |