ISBN Search
Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)
什么是ISBN Search?
ISBN Search是由duncankeith228开发的Chrome扩展程序,该扩展的主要功能是“Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)”。
扩展截图
下载ISBN Search扩展crx文件
下载ISBN Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Find all of your books in the most convenient way possible.
Any ISBNs will automatically be replaced with a hyperlink to your free pdf download!
Link to GitHub repo: https://github.com/DuncanKeith/isbn-search 扩展基本信息
| 名称 | |
| ID | pciedbdeahgjkohjeikjjljdbhbkjeoc |
| 官方URL | https://chromewebstore.google.com/detail/isbn-search/pciedbdeahgjkohjeikjjljdbhbkjeoc |
| 简介 | Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books) |
| 文件大小 | 12.16 KB |
| 安装次数 | 602 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2016-11-22 |
| 上架时间 | 2016-11-22 |
| 评分 | 4.78/5 共9次评分 |
| 开发者 | duncankeith228 |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ISBN Search",
"version": "1.0.0",
"description": "Replaces ISBNs with appropriate links to gen.lib.rus.ec (Online search engine for books)",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |