TabTactics

Improve your chess passively with a puzzle on every new tab

Apa itu TabTactics?

TabTactics adalah ekstensi Chrome yang dikembangkan oleh Udith Vic, dan fitur utamanya adalah "Improve your chess passively with a puzzle on every new tab".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TabTactics

Unduh file ekstensi TabTactics 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

                        Solve a chess tactics puzzle on every new tab and improve your tactical thinking passively. Each puzzle can be solved in a few seconds and the user can choose to ignore it. Furthermore the extension works offline so you can solve tactics puzzle online.                    

Informasi Dasar Ekstensi

Nama TabTactics TabTactics
ID fefggacbaefefddfgdmkhacfgcekdico
URL Resmi https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico
Deskripsi Improve your chess passively with a puzzle on every new tab
Ukuran File 508 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-05-08
Tanggal Publikasi 2022-05-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Udith Vic
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tabtactics-web.vercel.app/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Improve your chess passively with a puzzle on every new tab",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "TabTactics",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": []
        }
    ],
    "permissions": [
        "storage"
    ]
}