Open ISBN
Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Wat is Open ISBN?
Open ISBN is een Chrome-extensie ontwikkeld door brettz9, en de belangrijkste functie is "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Open ISBN
Download Open ISBN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Basisinformatie over de Extensie
Naam | Open ISBN |
ID | lkhlbkfkgngohcmcgobknikibbpnpkbd |
Officiële URL | https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd |
Beschrijving | Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. |
Bestandsgrootte | 45.68 KB |
Aantal Installaties | 137 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2023-04-09 |
Publicatiedatum | 2018-03-30 |
Ontwikkelaar | brettz9 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://github.com/brettz9/open-isbn |
Help Pagina-URL | http://github.com/brettz9/open-isbn/issues |
Ondersteunde Talen | 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" } } } |