Many search engines

Select the search engine and find everything you need. Easy to use, there is a quick search.

Что такое Many search engines?

Many search engines - это расширение Chrome, разработанное svitolinalida88, и его основная функция - "Select the search engine and find everything you need. Easy to use, there is a quick search.".

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

screenshot

Скачать файл CRX расширения Many search engines

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

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

                        Install the extension and you get number of advantages over the other search engines! Many search engines does not track users, it is not loaded with ads and has a number of very nice features.                    

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

Название Many search engines Many search engines
ID hkbdimhkhlphaekppobhboienpeppiop
Официальный URL https://chromewebstore.google.com/detail/many-search-engines/hkbdimhkhlphaekppobhboienpeppiop
Описание Select the search engine and find everything you need. Easy to use, there is a quick search.
Размер файла 69.35 KB
Количество установок 1,225
Текущая Версия 1.0.7
Последнее Обновление 2018-06-01
Дата публикации 2018-06-01
Рейтинг 4.50/5 Всего 4 оценок
Разработчик svitolinalida88
Тип оплаты free
Поддерживаемые языки en,ru,uk
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_nameExt__",
    "short_name": "__MSG_shortNameExt__",
    "description": "__MSG_descriptionExt__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0.7",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_nameExt__",
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/extDev.js",
                "scripts\/content.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "webRequest",
        "contextMenus",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}