Time Icon
View the current time from the chrome extension bar. Right click on the time icon for the full date.
O que é Time Icon?
Time Icon é uma extensão do Chrome desenvolvida por Brandon Fowler, e sua principal característica é "View the current time from the chrome extension bar. Right click on the time icon for the full date.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Time Icon
Baixe arquivos de extensão Time Icon 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 extensions adds an icon that displays the current time as icons badge text to the toolbar, allowing for the current time to be always accessible. When clicked, the icon opens a popup with the current date and time with second precision. The date can be changed to use full words or short words and it can be changed to use DMY or MDY format. The extension uses the time of your computer, so you can change the timezone in your computer's settings.
Informações Básicas da Extensão
Nome | Time Icon |
ID | piobjonapfjjnenpemdbklflkcbdnlcg |
URL Oficial | https://chromewebstore.google.com/detail/time-icon/piobjonapfjjnenpemdbklflkcbdnlcg |
Descrição | View the current time from the chrome extension bar. Right click on the time icon for the full date. |
Tamanho do Arquivo | 7.29 KB |
Contagem de Instalações | 30 |
Versão Atual | 1.2.2 |
Última Atualização | 2023-01-03 |
Data de Publicação | 2019-10-09 |
Desenvolvedor | Brandon Fowler |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Icon", "version": "1.2.2", "permissions": [ "alarms", "storage" ], "description": "View the current time from the chrome extension bar. Right click on the time icon for the full date.", "icons": { "128": "icon128.png" }, "background": { "service_worker": "worker.js" }, "options_page": "options.html", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "manifest_version": 3 } |