Beautiful Digital Clock with Greetings
A beautiful new tab page that displays a digital 12-hour format clock.
O que é Beautiful Digital Clock with Greetings?
Beautiful Digital Clock with Greetings é uma extensão do Chrome desenvolvida por Naruth Kongurai, e sua principal característica é "A beautiful new tab page that displays a digital 12-hour format clock.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Beautiful Digital Clock with Greetings
Baixe arquivos de extensão Beautiful Digital Clock with Greetings 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
Are you bored of your current New Tab page? Why don't you try out this beautiful color-changing New Tab page? Whenever you launch a new tab, a digital clock is displayed. And the background slowly changes from one bright color to another. It's a wonderful and simple page made to delight and enhance your browsing experience!
Informações Básicas da Extensão
Nome | |
ID | jdnjafgehddcpoahelddbflpmoeinaed |
URL Oficial | https://chrome.google.com/webstore/detail/beautiful-digital-clock-w/jdnjafgehddcpoahelddbflpmoeinaed |
Descrição | A beautiful new tab page that displays a digital 12-hour format clock. |
Tamanho do Arquivo | 55.11 KB |
Contagem de Instalações | 83 |
Versão Atual | 1.0 |
Última Atualização | 2018-09-25 |
Data de Publicação | 2018-09-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Naruth Kongurai |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.naruthk.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beautiful Digital Clock with Greetings", "short_name": "Digital Clock", "description": "A beautiful new tab page that displays a digital 12-hour format clock.", "version": "1.0", "author": "Naruth Kongurai", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" } } |