Super Search

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

Что такое Super Search?

Super Search - это расширение Chrome, разработанное vanessaholmes011, и его основная функция - "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Super Search

Скачайте файлы расширений Super Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Super Search Super Search
ID fbanalpabncablnehfeofindocfgpcea
Официальный URL https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea
Описание SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Размер файла 640 KB
Количество установок 1,000
Текущая Версия 1.0.0.6
Последнее Обновление 2022-07-15
Дата публикации 2022-06-16
Разработчик vanessaholmes011
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.super-searches.com/
URL страницы помощи https://www.super-searches.com/pages/contact_us
URL страницы политики конфиденциальности https://www.super-searches.com/pages/privacy_policy
Поддерживаемые языки 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"
}