2048
Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.
Τι είναι το 2048;
Το 2048 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον tarundabhi, και η κύρια λειτουργία του είναι "Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης 2048
Λήψη αρχείων επέκτασης 2048 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.
Βασικές Πληροφορίες Επέκτασης
Όνομα | 2048 |
ID | efacmddfhbpkekoohibicbfakbjkhgka |
Επίσημο URL | https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka |
Περιγραφή | Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double. |
Μέγεθος Αρχείου | 61.85 KB |
Αριθμός Εγκαταστάσεων | 121 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2023-03-19 |
Ημερομηνία Δημοσίευσης | 2019-09-25 |
Προγραμματιστής | tarundabhi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "2048", "version": "1.2", "description": "Use the arrow keys to move the tiles. When two tiles with the same number touch, they merge into one and the value will double.", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" } } |