ShowTime
Extension to show the current time and date
O que é ShowTime?
ShowTime é uma extensão do Chrome desenvolvida por prateek.mehta, e sua principal característica é "Extension to show the current time and date".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ShowTime
Baixe arquivos de extensão ShowTime 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
- Use the ShowTime extension to see the current time and date - This extension demonstrates the use of the Browser-Action component provided by the Google Chrome Extensions framework - It is a demo extension from the book Creating Google Chrome Extensions (Apress, 2016)
Informações Básicas da Extensão
Nome | ShowTime |
ID | fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
URL Oficial | https://chromewebstore.google.com/detail/showtime/fndaeaoojfibdcpdkbgdjbmnfmnkkfpb |
Descrição | Extension to show the current time and date |
Tamanho do Arquivo | 14.5 KB |
Contagem de Instalações | 215 |
Versão Atual | 1.2 |
Última Atualização | 2016-03-24 |
Data de Publicação | 2016-03-23 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | prateek.mehta |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://pixdip.com/extensions |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ShowTime", "description": "Extension to show the current time and date", "version": "1.2", "browser_action": { "default_title": "ShowTime", "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |