TicTacToe by tinyjs.games
Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!
TicTacToe by tinyjs.games là gì?
TicTacToe by tinyjs.games là một tiện ích mở rộng Chrome được phát triển bởi http://tinyjs.games, và tính năng chính của nó là "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TicTacToe by tinyjs.games
Tải xuống các tệp mở rộng TicTacToe by tinyjs.games dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Play TicTacToe in your Browser while you wait for your pages to load or for an email to come! TicTacToe by tinyjs.games remembers your game so that you can continue from a different tab or window hours later!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fljbphakbnkeclchfeknfideiohdgdio |
URL Chính Thức | https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio |
Mô tả | Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page! |
Kích Thước Tệp | 662 KB |
Số Lần Cài Đặt | 970 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-05-11 |
Ngày Phát Hành | 2017-05-11 |
Đánh Giá | 1.19/5 Tổng số 215 Đánh Giá |
Nhà Phát Triển | http://tinyjs.games |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://tinyjs.games/tictactoe |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TicTacToe by tinyjs.games", "description": "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!", "version": "1.0.1", "short_name": "TicTacToe", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "plugin.html", "default_title": "Play TicTacToe" }, "minimum_chrome_version": "10", "offline_enabled": true, "permissions": [ "activeTab" ] } |