Auto Searcher

Automate web searches using several different search engines.

Vad är Auto Searcher?

Auto Searcher är en Chrome-tillägg utvecklad av Youth Molecule, och dess huvudfunktion är "Automate web searches using several different search engines.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Auto Searcher-förlängningens CRX-fil

Ladda ner Auto Searcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Auto Searcher Auto Searcher
ID hhggekcjcdgenbgejmkhineppclnkbkn
Officiell webbadress https://chromewebstore.google.com/detail/auto-searcher/hhggekcjcdgenbgejmkhineppclnkbkn
Beskrivning Automate web searches using several different search engines.
Filstorlek 45.36 KB
Antal Installationer 11,820
Aktuell Version 1.7.0
Senast Uppdaterad 2022-06-27
Publiceringsdatum 2020-02-08
Betyg 3.86/5 Totalt 21 Betyg
Utvecklare Youth Molecule
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}