Digital Clock
Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.
O que é Digital Clock?
Digital Clock é uma extensão do Chrome desenvolvida por https://digital-clock-tab.com, e sua principal característica é "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Digital Clock
Baixe arquivos de extensão Digital Clock 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
The Digital Clock tab extension keeps you up to date with the current time. When you open a new tab, it lets you know the day of the week, time, month, year and temperature like seven-segment clock faces. Features : ★ Modern digital clock interface ★ Display current location temperature ★ Avoid distractions and improve focus By clicking 'Add to Chrome' and installing this extension, you are accepting and agreeing to install the Digital Clock Chrome Chrome extension. I understand that by doing so, my browser's new tab will be set to that provided by the service with search results by Microsoft Bing, and the Privacy and Terms of Use. Terms of Use: https://questa.mobi/terms-conditions/ Privacy Policy: https://questa.mobi/privacy-policy/
Informações Básicas da Extensão
Nome | Digital Clock |
ID | najeaplkngkldnnnbfoijgofleoaoifj |
URL Oficial | https://chromewebstore.google.com/detail/digital-clock/najeaplkngkldnnnbfoijgofleoaoifj |
Descrição | Extension for display the current time, date and day of the week, temprature like seven-segment clock faces. |
Tamanho do Arquivo | 661 KB |
Contagem de Instalações | 46,160 |
Versão Atual | 1.0.2 |
Última Atualização | 2023-04-13 |
Data de Publicação | 2022-11-28 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://digital-clock-tab.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://digital-clock-tab.com/ |
URL da Página de Política de Privacidade | https://questa.mobi/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Digital Clock", "short_name": "Digital Clock", "version": "1.0.2", "description": "Extension for display the current time, date and day of the week, temprature like seven-segment clock faces.", "icons": { "32": "icons\/32.png", "64": "icons\/64.png" }, "action": { "browser_style": false, "default_title": "Digital Clock" }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "permissions": [ "geolocation" ] } |