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
官方網址 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
電子郵箱 [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"
    ]
}