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!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة TicTacToe by tinyjs.games
قم بتنزيل ملفات الامتداد TicTacToe by tinyjs.games بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان 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" ] } |