Tac
A Tic Tac Toe game for your browser
What is Tac?
Tac is a Chrome extension developed by Magill, and its main feature is "A Tic Tac Toe game for your browser".
Extension Screenshots
Download Tac Extension CRX File
Download Tac 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 quick and fun extension that allows you to play Tic Tac Toe against the computer, with four different difficulty levels. Cleanest Tic Tac Toe extension out there! Great for when you've gotta wait for a webpage or video to load. Icon: https://www.iconfinder.com/icons/190298/game_grey_tac_tic_toe_icon#size=128 - Author: Vlad Martin
Extension Basic Information
Name | Tac |
ID | kkcofijmkjoenpklbaliedjkidcndnon |
Official URL | https://chromewebstore.google.com/detail/tac/kkcofijmkjoenpklbaliedjkidcndnon |
Description | A Tic Tac Toe game for your browser |
File Size | 132 KB |
Installation Count | 283 |
Current Version | 1.1 |
Last Updated | 2016-02-10 |
Publish Date | 2016-02-09 |
Rating | 4.14/5 Total 7 Ratings |
Developer | Magill |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tac", "description": "A Tic Tac Toe game for your browser", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "options_page": "options.html" }, "permissions": [ "storage" ] } |