Nixie Tube Clock [ANTP]
Clock widget with nixie tubes for Awesome New Tab Page [ANTP].
O que é Nixie Tube Clock [ANTP]?
Nixie Tube Clock [ANTP] é uma extensão do Chrome desenvolvida por nkmry, e sua principal característica é "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nixie Tube Clock [ANTP]
Baixe arquivos de extensão Nixie Tube Clock [ANTP] 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 is a widget for the Chrome extension "Awesome New Tab Page (ANTP)". If you'd like to use this widget, you must also install ANTP. You can find it here: https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg
Informações Básicas da Extensão
Nome | Nixie Tube Clock [ANTP] |
ID | dagaalagaodlhbfofnbennmndepdgjlb |
URL Oficial | https://chromewebstore.google.com/detail/nixie-tube-clock-antp/dagaalagaodlhbfofnbennmndepdgjlb |
Descrição | Clock widget with nixie tubes for Awesome New Tab Page [ANTP]. |
Tamanho do Arquivo | 4.77 MB |
Contagem de Instalações | 79 |
Versão Atual | 0.3.2 |
Última Atualização | 2014-04-14 |
Data de Publicação | 2014-04-14 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | nkmry |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nixie Tube Clock [ANTP]", "description": "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].", "version": "0.3.2", "manifest_version": 2, "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "widget.html", "options.html" ], "icons": { "128": "img\/icon128.png" } } |