TabTactics

Improve your chess passively with a puzzle on every new tab

What is TabTactics?

TabTactics is a Chrome extension developed by Udith Vic, and its main feature is "Improve your chess passively with a puzzle on every new tab".

Extension Screenshots

screenshot
screenshot

Download TabTactics Extension CRX File

Download TabTactics extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TabTactics TabTactics
ID fefggacbaefefddfgdmkhacfgcekdico
Official URL https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico
Description Improve your chess passively with a puzzle on every new tab
File Size 508 KB
Installation Count 26
Current Version 1.0.0
Last Updated 2022-05-08
Publish Date 2022-05-07
Rating 5.00/5 Total 1 Ratings
Developer Udith Vic
Email [email protected]
Payment Type free
Extension Website https://tabtactics-web.vercel.app/
Supported Languages 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"
    ]
}