Chrome Delight
Replace your new tab with beautiful timelapse videos, with weather and time.
O que é Chrome Delight?
Chrome Delight é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replace your new tab with beautiful timelapse videos, with weather and time.".
Baixar o arquivo CRX da Extensão Chrome Delight
Baixe arquivos de extensão Chrome Delight 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
Informações Básicas da Extensão
Nome | Chrome Delight |
ID | chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
URL Oficial | https://chromewebstore.google.com/detail/chrome-delight/chkgbgmnkiaiimlnmcbjhmoflgjbehoj |
Descrição | Replace your new tab with beautiful timelapse videos, with weather and time. |
Tamanho do Arquivo | 151 KB |
Contagem de Instalações | 45 |
Versão Atual | 1.0.25 |
Última Atualização | 2017-10-28 |
Data de Publicação | 2017-10-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Delight", "short_name": "chrome-delight", "description": "Replace your new tab with beautiful timelapse videos, with weather and time.", "default_locale": "en", "manifest_version": 2, "version": "1.0.25", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "storage", "topSites", "chrome:\/\/favicon\/", "http:\/\/cdn.usedelight.com\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'" } |