2048 (To Go) in Google Chrome
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
O que é 2048 (To Go) in Google Chrome?
2048 (To Go) in Google Chrome é uma extensão do Chrome desenvolvida por Oliver Jesberger, e sua principal característica é "Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão 2048 (To Go) in Google Chrome
Baixe arquivos de extensão 2048 (To Go) in Google Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab.
Informações Básicas da Extensão
Nome | 2048 (To Go) in Google Chrome |
ID | apchoehihnabokdiamndmjdohlhehlmb |
URL Oficial | https://chromewebstore.google.com/detail/2048-to-go-in-google-chro/apchoehihnabokdiamndmjdohlhehlmb |
Descrição | Play the game 2048 by Gabriele Cirulli (http://gabrielecirulli.github.io/2048/), without leave your current tab. |
Tamanho do Arquivo | 94.57 KB |
Contagem de Instalações | 212 |
Versão Atual | 0.3 |
Última Atualização | 2014-04-12 |
Data de Publicação | 2014-04-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Oliver Jesberger |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |