TabTactics

Improve your chess passively with a puzzle on every new tab

Wat is TabTactics?

TabTactics is een Chrome-extensie ontwikkeld door Udith Vic, en de belangrijkste functie is "Improve your chess passively with a puzzle on every new tab".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TabTactics

Download TabTactics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TabTactics TabTactics
ID fefggacbaefefddfgdmkhacfgcekdico
Officiële URL https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico
Beschrijving Improve your chess passively with a puzzle on every new tab
Bestandsgrootte 508 KB
Aantal Installaties 26
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-05-08
Publicatiedatum 2022-05-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Udith Vic
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tabtactics-web.vercel.app/
Ondersteunde Talen 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"
    ]
}