Ants

A life-changing productivity hack

Apa itu Ants?

Ants adalah ekstensi Chrome yang dikembangkan oleh maxwell.oliver.white, dan fitur utamanya adalah "A life-changing productivity hack".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Ants

Unduh file ekstensi Ants dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ants Ants
ID dkedeomphfmenkbcpcnkhpkkhiillaka
URL Resmi https://chromewebstore.google.com/detail/ants/dkedeomphfmenkbcpcnkhpkkhiillaka
Deskripsi A life-changing productivity hack
Ukuran File 5.78 MB
Jumlah Instalasi 103
Versi Saat Ini 2.0
Terakhir Diperbarui 2023-04-17
Tanggal Publikasi 2018-04-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang maxwell.oliver.white
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/DuckBrothers/Antz
Bahasa yang Didukung 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
}