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.

Qu'est-ce que 2048 ?

2048 est une extension Chrome développée par tarundabhi, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 2048

Téléchargez les fichiers d'extension 2048 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 2048 2048
ID efacmddfhbpkekoohibicbfakbjkhgka
URL Officiel https://chromewebstore.google.com/detail/2048/efacmddfhbpkekoohibicbfakbjkhgka
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.
Taille du Fichier 61.85 KB
Nombre d'Installations 121
Version Actuelle 1.2
Dernière Mise à Jour 2023-03-19
Date de Publication 2019-09-25
Développeur tarundabhi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}