Ants

A life-changing productivity hack

Co to jest Ants?

Ants to rozszerzenie Chrome opracowane przez maxwell.oliver.white, a jego główną funkcją jest „A life-changing productivity hack”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Ants

Pobierz pliki rozszerzeń Ants w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
Oficjalny URL https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
Opis A life-changing productivity hack
Rozmiar pliku 5.78 MB
Liczba instalacji 103
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2023-04-17
Data Publikacji 2018-04-16
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper maxwell.oliver.white
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/DuckBrothers/Antz
Obsługiwane Języki 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
}