AIO Search
All in one meta search engine collecting all search engines on a single page
AIO Searchคืออะไร?
AIO Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://aiosearch.com และคุณลักษณะหลักของมันคือ "All in one meta search engine collecting all search engines on a single page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AIO Search
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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'" } |