Ants

A life-changing productivity hack

Ants क्या है?

Ants maxwell.oliver.white द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A life-changing productivity hack"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ants एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
आधिकारिक URL https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
विवरण A life-changing productivity hack
फ़ाइल का आकार 5.78 MB
स्थापना संख्या 103
वर्तमान संस्करण 2.0
अंतिम अपडेट 2023-04-17
प्रकाशन तिथि 2018-04-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर maxwell.oliver.white
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/DuckBrothers/Antz
समर्थित भाषाएँ 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
}