Awesome Chess Game New Tab
Play Chess online in browser new tab. The most interesting chess game for chrome.
Τι είναι το Awesome Chess Game New Tab;
Το Awesome Chess Game New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://appstation.tech, και η κύρια λειτουργία του είναι "Play Chess online in browser new tab. The most interesting chess game for chrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Awesome Chess Game New Tab
Λήψη αρχείων επέκτασης Awesome Chess Game New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Play Chess online with your friend or alone. The most interest chess game for chrome. You can also save your chess online game whenever you need to, save the game id and you can resume it from there anytime you want. All you need to do is just install the extension, now whenever you open a new tab the game will load. You can copy and paste the moves list from right hand side if you wish.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gjpicfpaencbcfjmehglknifdjkdbiad |
Επίσημο URL | https://chrome.google.com/webstore/detail/awesome-chess-game-new-ta/gjpicfpaencbcfjmehglknifdjkdbiad |
Περιγραφή | Play Chess online in browser new tab. The most interesting chess game for chrome. |
Μέγεθος Αρχείου | 12.27 KB |
Αριθμός Εγκαταστάσεων | 12,610 |
Τρέχουσα Έκδοση | 2.01 |
Τελευταία Ενημέρωση | 2021-12-19 |
Ημερομηνία Δημοσίευσης | 2020-05-19 |
Αξιολόγηση | 2.81/5 Συνολικά 32 Αξιολογήσεις |
Προγραμματιστής | https://appstation.tech |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://appstation.tech/privacypolicy.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Awesome Chess Game New Tab", "version": "2.01", "description": "Play Chess online in browser new tab. The most interesting chess game for chrome.", "icons": { "128": "images\/icon3.png" }, "background": { "scripts": [ "js\/background3.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_title": "Chess Game" } } |