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.

O que é AppAgg Search?

AppAgg Search é uma extensão do Chrome desenvolvida por https://appagg.com, e sua principal característica é "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 Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão AppAgg Search

Baixe arquivos de extensão AppAgg Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome AppAgg Search AppAgg Search
ID jefkdgfckofnhpdfohndankaeggekffi
URL Oficial https://chromewebstore.google.com/detail/appagg-search/jefkdgfckofnhpdfohndankaeggekffi
Descrição Select text. Right click. Search AppAgg for the selected text. Or, Type 'aa' and SPACE in the address bar to search AppAgg site.
Tamanho do Arquivo 9.08 KB
Contagem de Instalações 300
Versão Atual 3.5
Última Atualização 2023-04-07
Data de Publicação 2019-03-04
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor https://appagg.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://appagg.com
URL da Página de Ajuda https://appagg.com/contact-us/
URL da Página de Política de Privacidade https://appagg.com/privacy
Idiomas Suportados 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"
    ]
}