Search Button for thefreedictionary.com

thefreedictionary.com

Search Button for thefreedictionary.com là gì?

Search Button for thefreedictionary.com là một tiện ích mở rộng Chrome được phát triển bởi zardosht, và tính năng chính của nó là "thefreedictionary.com".

Tải xuống tệp CRX của tiện ích mở rộng Search Button for thefreedictionary.com

Tải xuống các tệp mở rộng Search Button for thefreedictionary.com 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

                        Search thefreedictionary.com in a new tab for the text selected in current tab.                    

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

Tên Search Button for thefreedictionary.com Search Button for thefreedictionary.com
ID lobdnldkapamadicogghpemeeacihpha
URL Chính Thức https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha
Mô tả thefreedictionary.com
Kích Thước Tệp 12.86 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-01-11
Ngày Phát Hành 2014-01-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển zardosht
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Button for thefreedictionary.com",
    "version": "1.0",
    "background": {
        "scripts": [
            "content\/background.js"
        ],
        "persistent": false
    },
    "description": "thefreedictionary.com",
    "browser_action": {
        "default_icon": "icons\/fd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/selection_service.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.thefreedictionary.com\/",
        "tabs",
        "activeTab"
    ]
}