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!”。

擴展截圖

screenshot

下載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!                    

擴展基本資訊

名稱 TheFreeDictionary.com Extension TheFreeDictionary.com Extension
ID afgabimphpgkjochcoogplolgpcagmap
官方網址 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"
}