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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}