Tactical Tactics Free
Practice chess tactics
What is Tactical Tactics Free?
Tactical Tactics Free is a Chrome extension developed by Eyal Hazor, and its main feature is "Practice chess tactics".
Extension Screenshots
Download Tactical Tactics Free Extension CRX File
Download Tactical Tactics Free 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
A chrome extension for training your chess skills. A full version availible at https://chrome.google.com/webstore/detail/tactical-tactics/imoijdpipccgjlimefkhkggooecpidpp/
Extension Basic Information
Name | |
ID | keiookbkgfkglpbooppdhoainanmpcmj |
Official URL | https://chromewebstore.google.com/detail/tactical-tactics-free/keiookbkgfkglpbooppdhoainanmpcmj |
Description | Practice chess tactics |
File Size | 55.47 KB |
Installation Count | 33 |
Current Version | 0.0.0.2 |
Last Updated | 2019-09-30 |
Publish Date | 2019-09-30 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Eyal Hazor |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Tactical Tactics Free", "name": "Tactical Tactics Free", "version": "0.0.0.2", "description": "Practice chess tactics", "permissions": [ "storage", "declarativeContent" ], "background": { "scripts": [ "scripts\/background\/background.js" ] }, "page_action": { "default_popup": "views\/popup.html", "default_icon": "images\/pawn white.png" }, "manifest_version": 2 } |