Ants

A life-changing productivity hack

O que é Ants?

Ants é uma extensão do Chrome desenvolvida por maxwell.oliver.white, e sua principal característica é "A life-changing productivity hack".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Ants

Baixe arquivos de extensão Ants 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

                        Have you ever looked at a webpage filled with text and wished there were way fewer words ... and way more ants? We've been there, and we've got you covered.                    

Informações Básicas da Extensão

Nome Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
URL Oficial https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
Descrição A life-changing productivity hack
Tamanho do Arquivo 5.78 MB
Contagem de Instalações 103
Versão Atual 2.0
Última Atualização 2023-04-17
Data de Publicação 2018-04-16
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor maxwell.oliver.white
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/DuckBrothers/Antz
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ants",
    "description": "A life-changing productivity hack",
    "version": "2.0",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "action": {
        "default_title": "ReadySetGo",
        "default_icon": ".\/img\/bugKiller.png",
        "default_popup": "hello.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}