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 |
| 官方URL | 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"
}
}
} | |