Skittle Search

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

O que é Skittle Search?

Skittle Search é uma extensão do Chrome desenvolvida por nasas.tacktechs, e sua principal característica é "Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Skittle Search

Baixe arquivos de extensão Skittle Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Skittle Search Skittle Search
ID mpcokgcaamljkbcokpfmfpkgihlfkfgl
URL Oficial https://chromewebstore.google.com/detail/skittle-search/mpcokgcaamljkbcokpfmfpkgihlfkfgl
Descrição Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…
Tamanho do Arquivo 305 KB
Contagem de Instalações 33
Versão Atual 1.5.5
Última Atualização 2017-10-12
Data de Publicação 2017-10-12
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor nasas.tacktechs
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}