Rain Tab
Replaces new tab with rain, a light, and a clock. That's what you get.
O que é Rain Tab?
Rain Tab é uma extensão do Chrome desenvolvida por danielckesler, e sua principal característica é "Replaces new tab with rain, a light, and a clock. That's what you get.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Rain Tab
Baixe arquivos de extensão Rain Tab 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
For those of us who enjoy a good rain, but just can't get outside to see one. jQuery, CSS Animation, Canvas, AngularJS.
Informações Básicas da Extensão
Nome | |
ID | jlaalbcacighlmcfgggnkloahkohfddl |
URL Oficial | https://chrome.google.com/webstore/detail/rain-tab/jlaalbcacighlmcfgggnkloahkohfddl |
Descrição | Replaces new tab with rain, a light, and a clock. That's what you get. |
Tamanho do Arquivo | 363 KB |
Contagem de Instalações | 143 |
Versão Atual | 0.0.7 |
Última Atualização | 2015-02-11 |
Data de Publicação | 2015-02-11 |
Classificação | 4.74/5 Total de 19 Avaliações |
Desenvolvedor | danielckesler |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rain Tab", "description": "Replaces new tab with rain, a light, and a clock. That's what you get.", "version": "0.0.7", "manifest_version": 2, "permissions": [ "management" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "imgs\/icon16.png", "48": "imgs\/icon48.png", "128": "imgs\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |