TheFreeDictionary.com Extension
Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!
TheFreeDictionary.com Extensionとは何ですか?
TheFreeDictionary.com ExtensionはFarlexによって開発されたChromeの拡張機能で、その主な機能は「Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!」です。
拡張機能のスクリーンショット
TheFreeDictionary.com Extension拡張機能のCRXファイルをダウンロード
TheFreeDictionary.com Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Finding the definition of any word on any website has never been easier! Instantly access definitions from TheFreeDictionary.com four easy ways: * Double-click any word. * Click the extension icon and search directly from your toolbar. * Highlight any word and click the extension icon. * Highlight any word and right-click. TheFreeDictionary.com is the world's most comprehensive dictionary, featuring English and 13 other languages, plus multiple thesauri, encyclopedias, and specialty dictionaries such as financial, medical, legal, acronyms, idioms and much more!
拡張機能の基本情報
名前 | |
ID | afgabimphpgkjochcoogplolgpcagmap |
公式URL | https://chrome.google.com/webstore/detail/thefreedictionarycom-exte/afgabimphpgkjochcoogplolgpcagmap |
説明 | Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary! |
ファイルサイズ | 72.93 KB |
インストール数 | 50,000 |
現在のバージョン | 1.2 |
最終更新日 | 2012-10-17 |
公開日 | 2012-10-17 |
評価 | 4.46/5 合計 157 レビュー |
開発者 | Farlex |
支払い方法 | free |
拡張機能のウェブサイト | http://thefreedictionary.com |
ヘルプページのURL | http://app.thefreedictionary.com/feedback.aspx |
対応言語 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "\/img\/icon19.png", "default_title": "Double-click any word to instantly get its definition from TheFreeDictionary.com, the world's most comprehensive dictionary! Or click the icon to search the dictionary directly from your toolbar.", "default_popup": "popup.html" }, "description": "Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!", "homepage_url": "http:\/\/thefreedictionary.com", "icons": { "48": "\/img\/icon48.png", "128": "\/img\/icon128.gif", "16": "\/img\/icon16.png" }, "manifest_version": 2, "name": "TheFreeDictionary.com Extension", "permissions": [ "tabs", "contextMenus" ], "version": "1.2", "content_scripts": [ { "all_frames": true, "js": [ "\/js\/jquery.min.js", "\/js\/content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ] } ], "options_page": "options.html" } |