Super Search

SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…

Co je Super Search?

Super Search je rozšíření Chrome vyvinuté vanessaholmes011, a jeho hlavní funkcí je „SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Super Search

Stáhněte si soubory rozšíření Super Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        SuperSearch - Search the web swiftly from your browser
SuperSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites.

For more information please visit: https://www.super-searches.com/
Please leave us a 5 start review!

By clicking "Add to chrome" you accept and agree to installing the SuperSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.super-searches.com/pages/terms_of_use
and privacy policy at https://www.super-searches.com/pages/privacy_policy.

The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.                    

Základní Informace o Rozšíření

Název Super Search Super Search
ID fbanalpabncablnehfeofindocfgpcea
Oficiální URL https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea
Popis SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Velikost souboru 640 KB
Počet instalací 1,000
Aktuální Verze 1.0.0.6
Poslední Aktualizace 2022-07-15
Datum Vydání 2022-06-16
Vývojář vanessaholmes011
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.super-searches.com/
URL Stránky Nápovědy https://www.super-searches.com/pages/contact_us
URL Stránky Zásad Ochrany Soukromí https://www.super-searches.com/pages/privacy_policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Search",
    "version": "1.0.0.6",
    "manifest_version": 3,
    "description": "",
    "homepage_url": "https:\/\/www.super-searches.com",
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "96": "img\/96.png",
        "128": "img\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "static\/html\/override.html"
    },
    "permissions": [
        "topSites",
        "storage",
        "alarms"
    ],
    "short_name": "supersearch"
}