Librarian 2.0
Extension opens GoodReads search page with result from selection text
Librarian 2.0とは何ですか?
Librarian 2.0はAndrey Shusterによって開発されたChromeの拡張機能で、その主な機能は「Extension opens GoodReads search page with result from selection text」です。
拡張機能のスクリーンショット
Librarian 2.0拡張機能のCRXファイルをダウンロード
Librarian 2.0拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Small context menu opens Goodreads or Flibusta search page with selected text
拡張機能の基本情報
名前 | |
ID | dahcbnjeekkjcmkhehpiilalhimlfaha |
公式URL | https://chrome.google.com/webstore/detail/librarian-20/dahcbnjeekkjcmkhehpiilalhimlfaha |
説明 | Extension opens GoodReads search page with result from selection text |
ファイルサイズ | 9.21 KB |
インストール数 | 103 |
現在のバージョン | 0.2.0 |
最終更新日 | 2018-04-16 |
公開日 | 2018-04-16 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Andrey Shuster |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/andreyshuster/librarian20 |
ヘルプページのURL | https://github.com/andreyshuster/librarian20 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Librarian 2.0", "version": "0.2.0", "description": "Extension opens GoodReads search page with result from selection text", "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "*:\/\/*.goodreads.com\/", "*:\/\/*.flibusta.is\/" ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |