Ants

A life-changing productivity hack

Qu'est-ce que Ants ?

Ants est une extension Chrome développée par maxwell.oliver.white, et sa fonction principale est "A life-changing productivity hack".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ants

Téléchargez les fichiers d'extension Ants au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
URL Officiel https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
Description A life-changing productivity hack
Taille du Fichier 5.78 MB
Nombre d'Installations 103
Version Actuelle 2.0
Dernière Mise à Jour 2023-04-17
Date de Publication 2018-04-16
Évaluation 5.00/5 Total 3 Évaluations
Développeur maxwell.oliver.white
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/DuckBrothers/Antz
Langues Prises en Charge 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
}