AIO Search
All in one meta search engine collecting all search engines on a single page
Cos'è AIO Search?
AIO Search è un'estensione di Chrome sviluppata da https://aiosearch.com, e la sua funzione principale è "All in one meta search engine collecting all search engines on a single page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AIO Search
Scarica i file di estensione AIO Search 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
AIO Search is a handy Chrome extension that provides you with an enhanced toolbar for searching on the web by categories, and display results in tabs on one page through www.aiosearch.com website. You can search multiple search engines grouped by category All categories and engines are editable and sortable through the drag and drop form. Site list is auto-updated keeping you up-to-date with the best search sites available. A lot of accessible tools have been added to the toolbar to make it easy to make your search such as 'keyword auto-complete' and context menu options. Features : - Search sites list by category and open them all on www.aiosearch.com tabs. - Add your own search engines or category. - Personalized site list and categories saved to your www.aiosearch.com account. - Arrange Sites list and categories with easy drag and drop form. - integrated auto-complete search keywords. - Context menu search option for the selected text on the page.
Informazioni di Base sull'Estensione
Nome | AIO Search |
ID | obhijjefkkokfaiffkcemldacdabpeei |
URL Ufficiale | https://chromewebstore.google.com/detail/aio-search/obhijjefkkokfaiffkcemldacdabpeei |
Descrizione | All in one meta search engine collecting all search engines on a single page |
Dimensione del File | 108 KB |
Conteggio Installazioni | 8,869 |
Versione Corrente | 1.6.4 |
Ultimo Aggiornamento | 2020-12-07 |
Data di Pubblicazione | 2020-05-08 |
Valutazione | 4.18/5 Totale 44 Valutazioni |
Sviluppatore | https://aiosearch.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.aiosearch.com |
URL della Pagina di Aiuto | https://www.aiosearch.com |
URL della Pagina della Politica sulla Privacy | https://www.aiosearch.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_icon": "19.png", "default_title": "AIO Search", "default_popup": "search.html" }, "description": "All in one meta search engine collecting all search engines on a single page", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "48": "48.png" }, "name": "AIO Search", "permissions": [ "contextMenus", "https:\/\/suggestqueries.google.com\/*", "cookies", "https:\/\/www.aiosearch.com\/" ], "version": "1.6.4", "homepage_url": "https:\/\/www.aiosearch.com\/", "manifest_version": 2, "content_security_policy": "script-src 'self' ; object-src 'self'" } |