Ants

A life-changing productivity hack

Cos'è Ants?

Ants è un'estensione di Chrome sviluppata da maxwell.oliver.white, e la sua funzione principale è "A life-changing productivity hack".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Ants

Scarica i file di estensione Ants 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
URL Ufficiale https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
Descrizione A life-changing productivity hack
Dimensione del File 5.78 MB
Conteggio Installazioni 103
Versione Corrente 2.0
Ultimo Aggiornamento 2023-04-17
Data di Pubblicazione 2018-04-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore maxwell.oliver.white
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/DuckBrothers/Antz
Lingue Supportate 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
}