Auto Searcher

Automate web searches using several different search engines.

O que é Auto Searcher?

Auto Searcher é uma extensão do Chrome desenvolvida por Youth Molecule, e sua principal característica é "Automate web searches using several different search engines.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Auto Searcher

Baixe arquivos de extensão Auto Searcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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].                    

Informações Básicas da Extensão

Nome Auto Searcher Auto Searcher
ID hhggekcjcdgenbgejmkhineppclnkbkn
URL Oficial https://chromewebstore.google.com/detail/auto-searcher/hhggekcjcdgenbgejmkhineppclnkbkn
Descrição Automate web searches using several different search engines.
Tamanho do Arquivo 45.36 KB
Contagem de Instalações 11,820
Versão Atual 1.7.0
Última Atualização 2022-06-27
Data de Publicação 2020-02-08
Classificação 3.86/5 Total de 21 Avaliações
Desenvolvedor Youth Molecule
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}