Define
Stop wasting your time searching manually
Defineとは何ですか?
DefineはAnuraagによって開発されたChromeの拡張機能で、その主な機能は「Stop wasting your time searching manually」です。
拡張機能のスクリーンショット
Define拡張機能のCRXファイルをダウンロード
Define拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Right click over a word selection and find the definition very easily using any of the major dictionaries, with only one click.
拡張機能の基本情報
名前 | Define |
ID | neefgpkjllboobgicmbffldacfejikdg |
公式URL | https://chromewebstore.google.com/detail/define/neefgpkjllboobgicmbffldacfejikdg |
説明 | Stop wasting your time searching manually |
ファイルサイズ | 10.04 KB |
インストール数 | 124 |
現在のバージョン | 1.0 |
最終更新日 | 2015-03-22 |
公開日 | 2015-03-22 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Anuraag |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Define", "description": "Stop wasting your time searching manually", "version": "1.0", "browser_action": { "default_icon": "loll.png" }, "icons": { "16": "loll.png", "48": "loll.png", "128": "loll.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "scripts.js" ] }, "manifest_version": 2 } |