2048

Play 2048 anytime. Join the numbers and get to the 2048 tile!

Qu'est-ce que 2048 ?

2048 est une extension Chrome développée par 2048, et sa fonction principale est "Play 2048 anytime. Join the numbers and get to the 2048 tile!".

Captures d'Écran de l'Extension

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

                        This extension adds 2048 game into your Chrome. Clicking on the icon will pop-up the game immediately.

HOW TO PLAY: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!

IF ARROW KEYS ARE NOT WORKING, JUST CLICK INTO THE GAME WINDOW

This is not a link to website, you can play the 2048 game anytime, even when you are offline!

For more information visit the official 2048 website at http://gabrielecirulli.github.io/2048/

2048 was created by Gabriele Cirulli, visit his website at http://gabrielecirulli.com

If you are developer and want to improve the game, you can do it at https://github.com/gabrielecirulli/2048                    

Informations de Base sur l'Extension

Nom 2048 2048
ID klkgibeelchkifaeamopaheinfnfleaj
URL Officiel https://chromewebstore.google.com/detail/2048/klkgibeelchkifaeamopaheinfnfleaj
Description Play 2048 anytime. Join the numbers and get to the 2048 tile!
Taille du Fichier 242 KB
Nombre d'Installations 1,083
Version Actuelle 25
Dernière Mise à Jour 2019-04-11
Date de Publication 2019-04-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur 2048
Type de Paiement free
Site Web de l'Extension https://github.com/gabrielecirulli/2048
URL de la Page d'Aide https://github.com/gabrielecirulli/2048/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2048",
    "description": "Play 2048 anytime. Join the numbers and get to the 2048 tile!",
    "version": "25",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "background"
    ],
    "page_action": {
        "default_icon": "images\/2048-icon.png",
        "default_popup": "game\/index.html"
    },
    "web_accessible_resources": [
        "_generated_background_page.html"
    ],
    "icons": {
        "16": "images\/2048-icon.png",
        "48": "images\/2048-icon.png",
        "128": "images\/2048-icon.png"
    }
}