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?
TicTacToe by tinyjs.games是由http://tinyjs.games開發的Chrome擴展程式,該擴展的主要功能是“Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!”。
擴展截圖
下載TicTacToe by tinyjs.games擴展crx文件
下載TicTacToe by tinyjs.games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | fljbphakbnkeclchfeknfideiohdgdio |
官方網址 | https://chrome.google.com/webstore/detail/tictactoe-by-tinyjsgames/fljbphakbnkeclchfeknfideiohdgdio |
簡介 | Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page! |
檔案大小 | 662 KB |
安裝次數 | 970 |
目前版本 | 1.0.1 |
更新時間 | 2017-05-11 |
上架時間 | 2017-05-11 |
評分 | 1.19/5 共 215 次評分 |
開發者 | http://tinyjs.games |
付費類型 | free |
擴展官網 | https://tinyjs.games/tictactoe |
支援的語言 | 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" ] } |