Open ISBN
Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Apa itu Open ISBN?
Open ISBN adalah ekstensi Chrome yang dikembangkan oleh brettz9, dan fitur utamanya adalah "Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Open ISBN
Unduh file ekstensi Open ISBN dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
Informasi Dasar Ekstensi
Nama | Open ISBN |
ID | lkhlbkfkgngohcmcgobknikibbpnpkbd |
URL Resmi | https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd |
Deskripsi | Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. |
Ukuran File | 45.68 KB |
Jumlah Instalasi | 137 |
Versi Saat Ini | 0.4.0 |
Terakhir Diperbarui | 2023-04-09 |
Tanggal Publikasi | 2018-03-30 |
Pengembang | brettz9 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/brettz9/open-isbn |
URL Halaman Bantuan | http://github.com/brettz9/open-isbn/issues |
Bahasa yang Didukung | 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" } } } |