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