AIO Search
All in one meta search engine collecting all search engines on a single page
Apa itu AIO Search?
AIO Search adalah ekstensi Chrome yang dikembangkan oleh https://aiosearch.com, dan fitur utamanya adalah "All in one meta search engine collecting all search engines on a single page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AIO Search
Unduh file ekstensi AIO Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | AIO Search |
ID | obhijjefkkokfaiffkcemldacdabpeei |
URL Resmi | https://chromewebstore.google.com/detail/aio-search/obhijjefkkokfaiffkcemldacdabpeei |
Deskripsi | All in one meta search engine collecting all search engines on a single page |
Ukuran File | 108 KB |
Jumlah Instalasi | 8,869 |
Versi Saat Ini | 1.6.4 |
Terakhir Diperbarui | 2020-12-07 |
Tanggal Publikasi | 2020-05-08 |
Penilaian | 4.18/5 Total 44 Penilaian |
Pengembang | https://aiosearch.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.aiosearch.com |
URL Halaman Bantuan | https://www.aiosearch.com |
URL Halaman Kebijakan Privasi | https://www.aiosearch.com/privacy |
Bahasa yang Didukung | 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'" } |