AIO Search
All in one meta search engine collecting all search engines on a single page
什麼是AIO Search?
AIO Search是由https://aiosearch.com開發的Chrome擴展程式,該擴展的主要功能是“All in one meta search engine collecting all search engines on a single page”。
擴展截圖
下載AIO Search擴展crx文件
下載AIO Search擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | AIO Search |
ID | obhijjefkkokfaiffkcemldacdabpeei |
官方網址 | https://chromewebstore.google.com/detail/aio-search/obhijjefkkokfaiffkcemldacdabpeei |
簡介 | All in one meta search engine collecting all search engines on a single page |
檔案大小 | 108 KB |
安裝次數 | 8,869 |
目前版本 | 1.6.4 |
更新時間 | 2020-12-07 |
上架時間 | 2020-05-08 |
評分 | 4.18/5 共 44 次評分 |
開發者 | https://aiosearch.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.aiosearch.com |
說明頁面URL | https://www.aiosearch.com |
隱私政策頁面URL | https://www.aiosearch.com/privacy |
支援的語言 | 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'" } |