ESV Context Search
This extension adds a context menu to search the ESVBible.org site with selected text.
ESV Context Searchとは何ですか?
ESV Context SearchはRichieによって開発されたChromeの拡張機能で、その主な機能は「This extension adds a context menu to search the ESVBible.org site with selected text.」です。
拡張機能のスクリーンショット
ESV Context Search拡張機能のCRXファイルをダウンロード
ESV Context Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ESV Context Search |
ID | adgbiebneebkejegnebimeflfkofcalj |
公式URL | https://chromewebstore.google.com/detail/empty-title/adgbiebneebkejegnebimeflfkofcalj |
説明 | This extension adds a context menu to search the ESVBible.org site with selected text. |
ファイルサイズ | 4.08 KB |
インストール数 | 684 |
現在のバージョン | 1.0 |
最終更新日 | 2013-01-17 |
公開日 | 2013-01-17 |
評価 | 5.00/5 合計 7 レビュー |
開発者 | Richie |
支払い方法 | free |
対応言語 | |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ESV Context Search", "description": "This extension adds a context menu to search the ESVBible.org site with selected text.", "version": "1.0", "background": { "scripts": [ "ESVsearch.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "ESV-logo-color_tiny.png" } } |