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.
Wat is AppAgg Search?
AppAgg Search is een Chrome-extensie ontwikkeld door https://appagg.com, en de belangrijkste functie is "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".
Extensie Screenshots
Download het CRX-bestand van de extensie AppAgg Search
Download AppAgg Search-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
• 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.
Basisinformatie over de Extensie
Naam | AppAgg Search |
ID | jefkdgfckofnhpdfohndankaeggekffi |
Officiële URL | https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi |
Beschrijving | Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site. |
Bestandsgrootte | 9.08 KB |
Aantal Installaties | 300 |
Huidige Versie | 3.5 |
Laatst Bijgewerkt | 2023-04-07 |
Publicatiedatum | 2019-03-04 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | https://appagg.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://appagg.com |
Help Pagina-URL | https://appagg.com/contact-us/ |
URL van de Privacybeleid Pagina | https://appagg.com/privacy |
Ondersteunde Talen | 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" ] } |