TabTactics

Improve your chess passively with a puzzle on every new tab

Hvad er TabTactics?

TabTactics er en Chrome-udvidelse udviklet af Udith Vic, og dens hovedfunktion er "Improve your chess passively with a puzzle on every new tab".

Udvidelsesskærmbilleder

screenshot
screenshot

Download TabTactics-udvidelses-CRX-fil

Download TabTactics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn TabTactics TabTactics
ID fefggacbaefefddfgdmkhacfgcekdico
Officiel URL https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico
Beskrivelse Improve your chess passively with a puzzle on every new tab
Filstørrelse 508 KB
Antal Installationer 26
Nuværende Version 1.0.0
Senest Opdateret 2022-05-08
Udgivelsesdato 2022-05-07
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Udith Vic
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://tabtactics-web.vercel.app/
Understøttede Sprog 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"
    ]
}