simpleClock
Shows a simple clock top right in the browser. The color is free selectable.
O que é simpleClock?
simpleClock é uma extensão do Chrome desenvolvida por Stefan Dietz, e sua principal característica é "Shows a simple clock top right in the browser. The color is free selectable.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão simpleClock
Baixe arquivos de extensão simpleClock 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
Shows a simple clock top right in the browser. You can choose between the mini-calendar and a URL that will open, when you click onto the clock. You can set the URL, the date-format for the tooltip and the color of the clock-letters on the options-page.
Informações Básicas da Extensão
Nome | |
ID | gdpdmdkjppdbhdbnkalaigilmdjkiine |
URL Oficial | https://chrome.google.com/webstore/detail/simpleclock/gdpdmdkjppdbhdbnkalaigilmdjkiine |
Descrição | Shows a simple clock top right in the browser. The color is free selectable. |
Tamanho do Arquivo | 133 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 2.3 |
Última Atualização | 2021-08-31 |
Data de Publicação | 2013-01-05 |
Classificação | 4.57/5 Total de 7 Avaliações |
Desenvolvedor | Stefan Dietz |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/sdvg/simpleClock_v2/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "simpleClock", "version": "2.3", "manifest_version": 2, "permissions": [], "description": "Shows a simple clock top right in the browser. The color is free selectable.", "homepage_url": "https:\/\/github.com\/sdvg\/simpleClock_v2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/lib\/dateformat.js", "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options\/index.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "", "default_popup": "src\/browser_action\/browser_action.html" } } |