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 là gì?

TheFreeDictionary.com Extension là một tiện ích mở rộng Chrome được phát triển bởi Farlex, và tính năng chính của nó là "Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TheFreeDictionary.com Extension

Tải xuống các tệp mở rộng TheFreeDictionary.com Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TheFreeDictionary.com Extension TheFreeDictionary.com Extension
ID afgabimphpgkjochcoogplolgpcagmap
URL Chính Thức https://chrome.google.com/webstore/detail/thefreedictionarycom-exte/afgabimphpgkjochcoogplolgpcagmap
Mô tả Double-click a word on any website and instantly get its definition at TheFreeDictionary, the world's most comprehensive dictionary!
Kích Thước Tệp 72.93 KB
Số Lần Cài Đặt 50,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2012-10-17
Ngày Phát Hành 2012-10-17
Đánh Giá 4.46/5 Tổng số 157 Đánh Giá
Nhà Phát Triển Farlex
Loại Thanh Toán free
Trang Web Mở Rộng http://thefreedictionary.com
URL Trang Trợ Giúp http://app.thefreedictionary.com/feedback.aspx
Ngôn Ngữ Được Hỗ Trợ 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"
}