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"
}
]
} | |