Look-it-up
Adds context menu item that looks up selected text on dictionary sites
Look-it-upとは何ですか?
Look-it-upはhttps://timothytocci.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「Adds context menu item that looks up selected text on dictionary sites」です。
拡張機能のスクリーンショット
Look-it-up拡張機能のCRXファイルをダウンロード
Look-it-up拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that will look up selected text on a number of different dictionary sites. You have the choice of dictionary.com, merriam-webster.com (dictionary and thesaurus), thefreedictionary.com, thesaurus.com, urbandictionary.com, wikipedia.org, wiktionary.org, and yourdictionary.com to look selected terms up with. There is an options page to enable or disable the different menu items included. To view the source code for this extension and many more visit: http://timothytocci.com/
拡張機能の基本情報
名前 | |
ID | ipjahghegoomngoikgmnngibghgockhm |
公式URL | https://chromewebstore.google.com/detail/look-it-up/ipjahghegoomngoikgmnngibghgockhm |
説明 | Adds context menu item that looks up selected text on dictionary sites |
ファイルサイズ | 12.31 KB |
インストール数 | 274 |
現在のバージョン | 0.2 |
最終更新日 | 2014-05-31 |
公開日 | 2014-05-31 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | https://timothytocci.wordpress.com |
支払い方法 | free |
拡張機能のウェブサイト | http://timothytocci.com/ |
ヘルプページのURL | http://timothytocci.com/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Look-it-up", "description": "Adds context menu item that looks up selected text on dictionary sites", "version": "0.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "app.js" ] }, "options_page": "options.html", "icons": { "16": "book16.png", "32": "book32.png", "48": "book48.png", "128": "book128.png" }, "manifest_version": 2 } |