Skittle Search

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

Wat is Skittle Search?

Skittle Search is een Chrome-extensie ontwikkeld door nasas.tacktechs, en de belangrijkste functie is "Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Skittle Search

Download Skittle Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Skittle Search Skittle Search
ID mpcokgcaamljkbcokpfmfpkgihlfkfgl
Officiële URL https://chromewebstore.google.com/detail/skittle-search/mpcokgcaamljkbcokpfmfpkgihlfkfgl
Beschrijving Skittle search is a search extension that allows you to search for keywords you highlight with your cursor quickly and easily…
Bestandsgrootte 305 KB
Aantal Installaties 33
Huidige Versie 1.5.5
Laatst Bijgewerkt 2017-10-12
Publicatiedatum 2017-10-12
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar nasas.tacktechs
Betalingswijze free
Ondersteunde Talen 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"
    ]
}