ISBN Converter
Convert 13 Digit ISBN to 10 Digit and vice versa
什么是ISBN Converter?
ISBN Converter是由savioster开发的Chrome扩展程序,该扩展的主要功能是“Convert 13 Digit ISBN to 10 Digit and vice versa”。
下载ISBN Converter扩展crx文件
下载ISBN Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool can be used to convert ISBN 10 to 13 or vice versa. 扩展基本信息
| 名称 | |
| ID | njkhlpdhcnmmlhiojeediimibdjcgaak |
| 官方URL | https://chromewebstore.google.com/detail/isbn-converter/njkhlpdhcnmmlhiojeediimibdjcgaak |
| 简介 | Convert 13 Digit ISBN to 10 Digit and vice versa |
| 文件大小 | 5.83 KB |
| 安装次数 | 123 |
| 当前版本 | 1.3 |
| 更新时间 | 2015-06-03 |
| 上架时间 | 2015-06-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | savioster |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ISBN Converter",
"description": "Convert 13 Digit ISBN to 10 Digit and vice versa",
"version": "1.3",
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"scripts": [
"event.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |