Evan Time
Makes the background of your webpage infinitely happier.
O que é Evan Time?
Evan Time é uma extensão do Chrome desenvolvida por Stephanie Northway, e sua principal característica é "Makes the background of your webpage infinitely happier.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Evan Time
Baixe arquivos de extensão Evan Time 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
Toggles a lovely background GIF for those times when your browsing experience needs a little more of that "dancing engineer" vibe.
Informações Básicas da Extensão
Nome | |
ID | kmompemcncebikjjbcmhmonkgogghifl |
URL Oficial | https://chrome.google.com/webstore/detail/evan-time/kmompemcncebikjjbcmhmonkgogghifl |
Descrição | Makes the background of your webpage infinitely happier. |
Tamanho do Arquivo | 38.83 KB |
Contagem de Instalações | 17 |
Versão Atual | 2.0 |
Última Atualização | 2014-12-27 |
Data de Publicação | 2014-12-27 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | Stephanie Northway |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Evan Time", "description": "Makes the background of your webpage infinitely happier.", "version": "2.0", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "jquery-1.11.1.min.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "evan.png", "default_title": "Evan Time" } } |