AppAgg Search
Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
AppAgg Searchคืออะไร?
AppAgg Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appagg.com และคุณลักษณะหลักของมันคือ "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppAgg Search
ดาวน์โหลดไฟล์ส่วนขยาย AppAgg Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
• More than 4,000,000 apps and 1,000,000 developers. • All apps in one place! • We support all the major apps and games stores.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AppAgg Search |
ID | jefkdgfckofnhpdfohndankaeggekffi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi |
คำอธิบาย | Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site. |
ขนาดไฟล์ | 9.08 KB |
จำนวนการติดตั้ง | 300 |
เวอร์ชันปัจจุบัน | 3.5 |
อัปเดตครั้งล่าสุด | 2023-04-07 |
วันที่เผยแพร่ | 2019-03-04 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://appagg.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://appagg.com |
URL หน้าช่วยเหลือ | https://appagg.com/contact-us/ |
URL หน้านโยบายความเป็นส่วนตัว | https://appagg.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AppAgg Search", "short_name": "AppAgg Search", "version": "3.5", "manifest_version": 2, "description": "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.", "author": "AppAgg.com", "developer": { "name": "AppAgg.com", "url": "https:\/\/appagg.com" }, "homepage_url": "https:\/\/appagg.com", "applications": { "gecko": { "id": "@appaggsearch" } }, "omnibox": { "keyword": "aa" }, "background": { "scripts": [ "search.js" ] }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "AppAgg.com" }, "permissions": [ "contextMenus" ] } |