TabTactics
Improve your chess passively with a puzzle on every new tab
Was ist TabTactics?
TabTactics ist eine Chrome-Erweiterung, die von Udith Vic entwickelt wurde, und ihr Hauptmerkmal ist "Improve your chess passively with a puzzle on every new tab".
Erweiterungsscreenshots
TabTactics-Erweiterungs-CRX-Datei herunterladen
Laden Sie TabTactics-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fefggacbaefefddfgdmkhacfgcekdico |
Offizielle URL | https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico |
Beschreibung | Improve your chess passively with a puzzle on every new tab |
Dateigröße | 508 KB |
Installationsanzahl | 26 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-05-08 |
Veröffentlichungsdatum | 2022-05-07 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Udith Vic |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://tabtactics-web.vercel.app/ |
Unterstützte Sprachen | 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" ] } |