2048 (To Go) in Google Chrome

Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.

Vad är 2048 (To Go) in Google Chrome?

2048 (To Go) in Google Chrome är en Chrome-tillägg utvecklad av Oliver Jesberger, och dess huvudfunktion är "Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.".

Tilläggsskärmbilder

screenshot

Ladda ner 2048 (To Go) in Google Chrome-förlängningens CRX-fil

Ladda ner 2048 (To Go) in Google Chrome-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.                    

Grundläggande Information om Tillägg

Namn 2048 (To Go) in Google Chrome 2048 (To Go) in Google Chrome
ID apchoehihnabokdiamndmjdohlhehlmb
Officiell webbadress https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb
Beskrivning Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Filstorlek 94.57 KB
Antal Installationer 212
Aktuell Version 0.3
Senast Uppdaterad 2014-04-12
Publiceringsdatum 2014-04-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Oliver Jesberger
E-post [email protected]
Betalningssätt free
Stödda Språk de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "0.3",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}