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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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" ] } |