2048

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

Cos'è 2048?

2048 è un'estensione di Chrome sviluppata da 2048, e la sua funzione principale è "Play 2048 anytime. Join the numbers and get to the 2048 tile!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 2048

Scarica i file di estensione 2048 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome 2048 2048
ID klkgibeelchkifaeamopaheinfnfleaj
URL Ufficiale https://chromewebstore.google.com/detail/2048/klkgibeelchkifaeamopaheinfnfleaj
Descrizione Play 2048 anytime. Join the numbers and get to the 2048 tile!
Dimensione del File 242 KB
Conteggio Installazioni 1,083
Versione Corrente 25
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore 2048
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/gabrielecirulli/2048
URL della Pagina di Aiuto https://github.com/gabrielecirulli/2048/issues
Lingue Supportate 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"
    }
}