TabTactics

Improve your chess passively with a puzzle on every new tab

TabTacticsとは何ですか?

TabTacticsはUdith Vicによって開発されたChromeの拡張機能で、その主な機能は「Improve your chess passively with a puzzle on every new tab」です。

拡張機能のスクリーンショット

screenshot
screenshot

TabTactics拡張機能のCRXファイルをダウンロード

TabTactics拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TabTactics TabTactics
ID fefggacbaefefddfgdmkhacfgcekdico
公式URL https://chromewebstore.google.com/detail/tabtactics/fefggacbaefefddfgdmkhacfgcekdico
説明 Improve your chess passively with a puzzle on every new tab
ファイルサイズ 508 KB
インストール数 26
現在のバージョン 1.0.0
最終更新日 2022-05-08
公開日 2022-05-07
評価 5.00/5 合計 1 レビュー
開発者 Udith Vic
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tabtactics-web.vercel.app/
対応言語 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"
    ]
}