Neon New Tab
Overrides new tab page with a neon clock and temperature display
O que é Neon New Tab?
Neon New Tab é uma extensão do Chrome desenvolvida por Mikołaj Zyzański, e sua principal característica é "Overrides new tab page with a neon clock and temperature display".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Neon New Tab
Baixe arquivos de extensão Neon New Tab 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 Chrome Extension replaces the New Tab page with a Neon Clock and Temperature display! Note: This extension requires the 'geolocation' permission in order to get the correct temperature displayed
Informações Básicas da Extensão
Nome | Neon New Tab |
ID | dhdelkmgfhkhhklmhimfiacbopehpicg |
URL Oficial | https://chromewebstore.google.com/detail/neon-new-tab/dhdelkmgfhkhhklmhimfiacbopehpicg |
Descrição | Overrides new tab page with a neon clock and temperature display |
Tamanho do Arquivo | 2.8 MB |
Contagem de Instalações | 17 |
Versão Atual | 0.0.2 |
Última Atualização | 2019-05-05 |
Data de Publicação | 2019-05-05 |
Desenvolvedor | Mikołaj Zyzański |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Redseb/neonClock |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Neon New Tab", "description": "Overrides new tab page with a neon clock and temperature display", "version": "0.0.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "geolocation" ], "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": "images\/icon48.png" } } |