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 |
| 官方網址 | 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"
}
]
} | |