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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tinyjs.games และคุณลักษณะหลักของมันคือ "Play tictactoe in your browser! Play anytime as a popup, quit and resume play in another tab or page!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TicTacToe by tinyjs.games

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TicTacToe by tinyjs.games TicTacToe by tinyjs.games
ID fljbphakbnkeclchfeknfideiohdgdio
URL อย่างเป็นทางการ 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"
    ]
}