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.
Cos'è AppAgg Search?
AppAgg Search è un'estensione di Chrome sviluppata da https://appagg.com, e la sua funzione principale è "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AppAgg Search
Scarica i file di estensione AppAgg Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
• 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.
Informazioni di Base sull'Estensione
Nome | AppAgg Search |
ID | jefkdgfckofnhpdfohndankaeggekffi |
URL Ufficiale | https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi |
Descrizione | Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site. |
Dimensione del File | 9.08 KB |
Conteggio Installazioni | 300 |
Versione Corrente | 3.5 |
Ultimo Aggiornamento | 2023-04-07 |
Data di Pubblicazione | 2019-03-04 |
Valutazione | 4.25/5 Totale 8 Valutazioni |
Sviluppatore | https://appagg.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://appagg.com |
URL della Pagina di Aiuto | https://appagg.com/contact-us/ |
URL della Pagina della Politica sulla Privacy | https://appagg.com/privacy |
Lingue Supportate | 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" ] } |