TabTactics
Improve your chess passively with a puzzle on every new tab
Cos'è TabTactics?
TabTactics è un'estensione di Chrome sviluppata da Udith Vic, e la sua funzione principale è "Improve your chess passively with a puzzle on every new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TabTactics
Scarica i file di estensione TabTactics in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fefggacbaefefddfgdmkhacfgcekdico |
URL Ufficiale | https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico |
Descrizione | Improve your chess passively with a puzzle on every new tab |
Dimensione del File | 508 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-05-08 |
Data di Pubblicazione | 2022-05-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Udith Vic |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tabtactics-web.vercel.app/ |
Lingue Supportate | 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" ] } |