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.

¿Qué es AppAgg Search?

AppAgg Search es una extensión de Chrome desarrollada por https://appagg.com, y su función principal es "Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión AppAgg Search

Descarga archivos de extensión AppAgg Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        • 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.                    

Información Básica de la Extensión

Nombre AppAgg Search AppAgg Search
ID jefkdgfckofnhpdfohndankaeggekffi
URL Oficial https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi
Descripción Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
Tamaño del Archivo 9.08 KB
Cantidad de Instalaciones 300
Versión Actual 3.5
Última Actualización 2023-04-07
Fecha de Publicación 2019-03-04
Calificación 4.25/5 Total de 8 Calificaciones
Desarrollador https://appagg.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://appagg.com
URL de la Página de Ayuda https://appagg.com/contact-us/
URL de la Página de Política de Privacidad https://appagg.com/privacy
Idiomas Soportados 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"
    ]
}