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