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是由nasas.tacktechs開發的Chrome擴展程式,該擴展的主要功能是“Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…”。

擴展截圖

screenshot
screenshot
screenshot

下載Skittle Search擴展crx文件

下載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
官方網址 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"
    ]
}