Search Button for thefreedictionary.com

thefreedictionary.com

Search Button for thefreedictionary.comคืออะไร?

Search Button for thefreedictionary.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zardosht และคุณลักษณะหลักของมันคือ "thefreedictionary.com"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Button for thefreedictionary.com

ดาวน์โหลดไฟล์ส่วนขยาย Search Button for thefreedictionary.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Search Button for thefreedictionary.com Search Button for thefreedictionary.com
ID lobdnldkapamadicogghpemeeacihpha
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha
คำอธิบาย thefreedictionary.com
ขนาดไฟล์ 12.86 KB
จำนวนการติดตั้ง 146
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-01-11
วันที่เผยแพร่ 2014-01-11
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา zardosht
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}