Clock Icon
Shows the time (hours and minutes) next to the omnibox.
O que é Clock Icon?
Clock Icon é uma extensão do Chrome desenvolvida por https://nemrod.se, e sua principal característica é "Shows the time (hours and minutes) next to the omnibox.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clock Icon
Baixe arquivos de extensão Clock 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
A way to easily see the current time (and date by hovering) next to the omnibox.
Informações Básicas da Extensão
Nome | Clock Icon |
ID | blpgdogcjmmkhendjpiilidbllpainfh |
URL Oficial | https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh |
Descrição | Shows the time (hours and minutes) next to the omnibox. |
Tamanho do Arquivo | 7.43 KB |
Contagem de Instalações | 527 |
Versão Atual | 1.1 |
Última Atualização | 2013-06-19 |
Data de Publicação | 2013-06-19 |
Classificação | 3.17/5 Total de 6 Avaliações |
Desenvolvedor | https://nemrod.se |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://nemrod.se |
URL da Página de Ajuda | http://nemrod.se/chrome-extensions/clock-icon |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Icon", "version": "1.1", "manifest_version": 2, "description": "Shows the time (hours and minutes) next to the omnibox.", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "dd\/mm\/yyyy hh:mm" } } |