Chrome Chess
This extension enables you to quickly play chess online and be notified upon opponent move
Τι είναι το Chrome Chess;
Το Chrome Chess είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://104.236.179.244:3000, και η κύρια λειτουργία του είναι "This extension enables you to quickly play chess online and be notified upon opponent move".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrome Chess
Λήψη αρχείων επέκτασης Chrome Chess σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Version 0.1.8 - Notify player when opponent resigns. Version 0.1.7 - Update socket.io to stable release. Connect sockets on first action. Version 0.1.6 - Minor fixes Version 0.1.5 - Added invite option ChromeChess is simple PVP version of good old chess where game of chess is just click away. This extension acts as simple chess user interface inside small popup window. So, basically you can continue your daily work inside Chrome while still playing chess. When opponent makes his move you will be notified so you can open chess board and make your move.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Chrome Chess |
ID | hpahaceigpcebiefmijneimenbgbcjcn |
Επίσημο URL | https://chromewebstore.google.com/detail/chrome-chess/hpahaceigpcebiefmijneimenbgbcjcn |
Περιγραφή | This extension enables you to quickly play chess online and be notified upon opponent move |
Μέγεθος Αρχείου | 330 KB |
Αριθμός Εγκαταστάσεων | 60,000 |
Τρέχουσα Έκδοση | 0.1.8 |
Τελευταία Ενημέρωση | 2017-05-05 |
Ημερομηνία Δημοσίευσης | 2017-05-05 |
Αξιολόγηση | 2.42/5 Συνολικά 228 Αξιολογήσεις |
Προγραμματιστής | https://104.236.179.244:3000 |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://104.236.179.244:3000/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Chess", "description": "This extension enables you to quickly play chess online and be notified upon opponent move", "version": "0.1.8", "icons": { "16": "images\/icon.png", "32": "images\/icon_32.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Chrome Chess" }, "author": "Zlatan Momic", "background": { "scripts": [ "js\/socket.io-1.7.3.js", "js\/config.js", "js\/extension_background.js" ] } } |