TabTactics

Improve your chess passively with a puzzle on every new tab

Vad är TabTactics?

TabTactics är en Chrome-tillägg utvecklad av Udith Vic, och dess huvudfunktion är "Improve your chess passively with a puzzle on every new tab".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner TabTactics-förlängningens CRX-fil

Ladda ner TabTactics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn TabTactics TabTactics
ID fefggacbaefefddfgdmkhacfgcekdico
Officiell webbadress https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico
Beskrivning Improve your chess passively with a puzzle on every new tab
Filstorlek 508 KB
Antal Installationer 26
Aktuell Version 1.0.0
Senast Uppdaterad 2022-05-08
Publiceringsdatum 2022-05-07
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Udith Vic
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://tabtactics-web.vercel.app/
Stödda Språk 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"
    ]
}