Define
Get the definition/synonym of any word in a webpage.
什麼是Define?
Define是由lerxst開發的Chrome擴展程式,該擴展的主要功能是“Get the definition/synonym of any word in a webpage.”。
擴展截圖
下載Define擴展crx文件
下載Define擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
v2.0.1 **Google dictionary error fixed** • Select any word on a webpage and see its definition or its synonym by using the context-menu option. The definition can also be viewed using the key combination 'Ctrl+m' after selecting a word. •You can also type in the word you want to look-up by using Chrome's omnibox. **Using the OMNIBOX** To use Chrome's address bar for a quick search, type 'df' (without quotes) and press 'Tab' to get the prompt. Type in the search word and press enter. To look the word up in a thesaurus, append the search word with '\t' (without quotes). Choose from 5 online dictionaries - • Google • Merriam-Webster • Collins • The Free Dictionary and 3 online thesauruses - • Thesaurus.com • Merriam-Webster • Collins The dictionary/thesaurus to be used can be selected from the Options page of the extension (Tools -> Extensions).
擴展基本資訊
名稱 | |
ID | dkfohljnogkakijpbgoebdcbgllabgbm |
官方網址 | https://chrome.google.com/webstore/detail/define/dkfohljnogkakijpbgoebdcbgllabgbm |
簡介 | Get the definition/synonym of any word in a webpage. |
檔案大小 | 248 KB |
安裝次數 | 1,000 |
目前版本 | 2.0.1 |
更新時間 | 2013-12-28 |
上架時間 | 2013-12-28 |
評分 | 3.88/5 共 32 次評分 |
開發者 | lerxst |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Define", "version": "2.0.1", "options_page": "options.html", "description": "Get the definition\/synonym of any word in a webpage.", "background": { "scripts": [ "background.js" ], "persistent": true }, "omnibox": { "keyword": "df" }, "permissions": [ "contextMenus", "tabs" ], "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ " |