Auto Searcher

Automate web searches using several different search engines.

Что такое Auto Searcher?

Auto Searcher - это расширение Chrome, разработанное Youth Molecule, и его основная функция - "Automate web searches using several different search engines.".

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

screenshot
screenshot
screenshot

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

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

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

                        The Auto Searcher extension is used to automate web searches. 

Automatic searches can be done using custom search terms in several search engines. The available search engines include Bing, DuckDuckGo, Google, Presearch, Twitter, Yahoo, and Yandex.

Simply click the Auto Search button and the extension will initiate an automatic search using the search terms list specified on the options page.

Some uses for automated searches include monitoring brand perception and checking the latest news.

Please rate and review. 
Any feedback or suggestions can also be emailed to [email protected].                    

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

Название Auto Searcher Auto Searcher
ID hhggekcjcdgenbgejmkhineppclnkbkn
Официальный URL https://chromewebstore.google.com/detail/auto-searcher/hhggekcjcdgenbgejmkhineppclnkbkn
Описание Automate web searches using several different search engines.
Размер файла 45.36 KB
Количество установок 11,820
Текущая Версия 1.7.0
Последнее Обновление 2022-06-27
Дата публикации 2020-02-08
Рейтинг 3.86/5 Всего 21 оценок
Разработчик Youth Molecule
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Searcher",
    "version": "1.7.0",
    "description": "Automate web searches using several different search engines.",
    "permissions": [
        "storage",
        "background",
        "tabs",
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/auto_search_logo16.png",
            "32": "images\/auto_search_logo32.png",
            "48": "images\/auto_search_logo48.png",
            "128": "images\/auto_search_logo128.png"
        }
    },
    "icons": {
        "16": "images\/auto_search_logo16.png",
        "32": "images\/auto_search_logo32.png",
        "48": "images\/auto_search_logo48.png",
        "128": "images\/auto_search_logo128.png"
    },
    "manifest_version": 2
}