Snake
Play Snake right on your screen.
O que é Snake?
Snake é uma extensão do Chrome desenvolvida por trishul.goel, e sua principal característica é "Play Snake right on your screen.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snake
Baixe arquivos de extensão Snake 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 snake right on your screen, take a quick break without even looking away from work.
Informações Básicas da Extensão
Nome | Snake |
ID | gachpamaaijaikdcakmphoeknjigclnk |
URL Oficial | https://chromewebstore.google.com/detail/snake/gachpamaaijaikdcakmphoeknjigclnk |
Descrição | Play Snake right on your screen. |
Tamanho do Arquivo | 30.11 KB |
Contagem de Instalações | 16 |
Versão Atual | 2.5 |
Última Atualização | 2018-04-10 |
Data de Publicação | 2018-04-10 |
Desenvolvedor | trishul.goel |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tsl143/snake |
URL da Página de Ajuda | https://github.com/tsl143/snake |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snake", "description": "Play Snake right on your screen.", "version": "2.5", "icons": { "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_32.png", "default_title": "Snake" }, "background": { "scripts": [ "js\/bg.js" ] }, "permissions": [ "activeTab" ] } |