Auto Searcher
Automate web searches using several different search engines.
Cos'è Auto Searcher?
Auto Searcher è un'estensione di Chrome sviluppata da Youth Molecule, e la sua funzione principale è "Automate web searches using several different search engines.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Searcher
Scarica i file di estensione Auto Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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].
Informazioni di Base sull'Estensione
Nome | Auto Searcher |
ID | hhggekcjcdgenbgejmkhineppclnkbkn |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-searcher/hhggekcjcdgenbgejmkhineppclnkbkn |
Descrizione | Automate web searches using several different search engines. |
Dimensione del File | 45.36 KB |
Conteggio Installazioni | 11,820 |
Versione Corrente | 1.7.0 |
Ultimo Aggiornamento | 2022-06-27 |
Data di Pubblicazione | 2020-02-08 |
Valutazione | 3.86/5 Totale 21 Valutazioni |
Sviluppatore | Youth Molecule |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |