Tabulous
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…
O que é Tabulous?
Tabulous é uma extensão do Chrome desenvolvida por erindelady, e sua principal característica é "This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tabulous
Baixe arquivos de extensão Tabulous 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
This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together. Optional actual clock overlay, or random sassy phrases.
Informações Básicas da Extensão
Nome | Tabulous |
ID | fcckbadfjehdbhfknonkbpahjlbmdemf |
URL Oficial | https://chromewebstore.google.com/detail/tabulous/fcckbadfjehdbhfknonkbpahjlbmdemf |
Descrição | This extension replaces your new tab with a full screen color clock. Set times between which the colors will slowly blend together.… |
Tamanho do Arquivo | 131 KB |
Contagem de Instalações | 17 |
Versão Atual | 1.2 |
Última Atualização | 2017-01-07 |
Data de Publicação | 2017-01-06 |
Desenvolvedor | erindelady |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabulous", "short_name": "Tabtabtabtab", "version": "1.2", "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": false, "open_in_tab": true }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon48.png", "32": "icons\/icon128.png" }, "default_popup": "options.html" } } |