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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

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