Open ISBN
Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.
什麼是Open ISBN?
Open ISBN是由brettz9開發的Chrome擴展程式,該擴展的主要功能是“Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com.”。
擴展截圖
下載Open ISBN擴展crx文件
下載Open ISBN擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A webextensions add-on which lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. 擴展基本資訊
| 名稱 | |
| ID | lkhlbkfkgngohcmcgobknikibbpnpkbd |
| 官方網址 | https://chromewebstore.google.com/detail/open-isbn/lkhlbkfkgngohcmcgobknikibbpnpkbd |
| 簡介 | Lets one highlight text or a link containing an ISBN and visit the ISBN at Amazon.com. |
| 檔案大小 | 45.68 KB |
| 安裝次數 | 137 |
| 目前版本 | 0.4.0 |
| 更新時間 | 2023-04-09 |
| 上架時間 | 2018-03-30 |
| 開發者 | brettz9 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://github.com/brettz9/open-isbn |
| 說明頁面URL | http://github.com/brettz9/open-isbn/issues |
| 支援的語言 | 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"
}
}
} | |