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.
Apa itu AppAgg Search?
AppAgg Search adalah ekstensi Chrome yang dikembangkan oleh https://appagg.com, dan fitur utamanya adalah "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AppAgg Search
Unduh file ekstensi AppAgg 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
• 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.
Informasi Dasar Ekstensi
Nama | AppAgg Search |
ID | jefkdgfckofnhpdfohndankaeggekffi |
URL Resmi | https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi |
Deskripsi | Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site. |
Ukuran File | 9.08 KB |
Jumlah Instalasi | 300 |
Versi Saat Ini | 3.5 |
Terakhir Diperbarui | 2023-04-07 |
Tanggal Publikasi | 2019-03-04 |
Penilaian | 4.25/5 Total 8 Penilaian |
Pengembang | https://appagg.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://appagg.com |
URL Halaman Bantuan | https://appagg.com/contact-us/ |
URL Halaman Kebijakan Privasi | https://appagg.com/privacy |
Bahasa yang Didukung | 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" ] } |