Solar System for New Tab
Override the new tab page with an interactive solar system view!
O que é Solar System for New Tab?
Solar System for New Tab é uma extensão do Chrome desenvolvida por martinsfjoao, e sua principal característica é "Override the new tab page with an interactive solar system view!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Solar System for New Tab
Baixe arquivos de extensão Solar System for 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
A living solar system for your browser new tab page. 🌍 Sets your new tab page to a beautiful Solar System View. Check the time, change between 3D and 2D and much more! Enjoy and don't forget to leave feedback if you like it. Thank you!
Informações Básicas da Extensão
Nome | Solar System for New Tab |
ID | niaplcgenmegfjlnmjigkegkbkkgmjkh |
URL Oficial | https://chromewebstore.google.com/detail/solar-system-for-new-tab/niaplcgenmegfjlnmjigkegkbkkgmjkh |
Descrição | Override the new tab page with an interactive solar system view! |
Tamanho do Arquivo | 340 KB |
Contagem de Instalações | 955 |
Versão Atual | 1.2 |
Última Atualização | 2019-08-19 |
Data de Publicação | 2019-08-19 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | martinsfjoao |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://twitter.com/martinsfjoao |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Solar System for New Tab", "description": "Override the new tab page with an interactive solar system view!", "version": "1.2", "incognito": "split", "chrome_url_overrides": { "newtab": "index.html" }, "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |