Skittle Search

Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…

ما هو Skittle Search؟

Skittle Search هو إضافة Chrome تم تطويرها بواسطة nasas.tacktechs، والميزة الرئيسية لها هي "Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Skittle Search

قم بتنزيل ملفات الامتداد Skittle Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily across the internet's most popular yummiest nummiest websites.

Pop-it up now and start enjoying the sweeet flavors!                    

معلومات أساسية عن التمديد

الاسم Skittle Search Skittle Search
ID mpcokgcaamljkbcokpfmfpkgihlfkfgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/skittle-search/mpcokgcaamljkbcokpfmfpkgihlfkfgl
الوصف Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…
حجم الملف 305 KB
عدد التثبيتات 33
النسخة الحالية 1.5.5
آخر تحديث 2017-10-12
تاريخ النشر 2017-10-12
تقييم 4.50/5 مجموع تقييمات 4
المطور nasas.tacktechs
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "event_h.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Skittle Search",
        "name": "Yummy nummy search"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "selection.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Skittle Search",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.5.5",
    "web_accessible_resources": [
        "icons\/*.png",
        "options.html"
    ]
}