Solar
A living solar system for your new tab page
O que é Solar?
Solar é uma extensão do Chrome desenvolvida por https://mikmaks.co.nf, e sua principal característica é "A living solar system for your new tab page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Solar
Baixe arquivos de extensão Solar 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
Sets your new tab page to a beautiful solar system. See the 3-day forecast. Keep a convenient to-do list. Check the time. Have your most important links orbiting the sun. All of that and more, when you install Solar. Enjoy :) Changes in version 1.8!: 1. Planets look prettier (arguably :D) 2. Links appear when hovering over planets 3. Fixed Jupiter link bug Again, I stress, tell me if you find any bugs or glitches, and leave feedback if you like it. Thank you!
Informações Básicas da Extensão
Nome | Solar |
ID | ikkgfgogkemkgheegbioejihpoljdmlo |
URL Oficial | https://chromewebstore.google.com/detail/solar/ikkgfgogkemkgheegbioejihpoljdmlo |
Descrição | A living solar system for your new tab page |
Tamanho do Arquivo | 2.7 MB |
Contagem de Instalações | 97 |
Versão Atual | 1.8 |
Última Atualização | 2016-06-30 |
Data de Publicação | 2016-06-29 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://mikmaks.co.nf |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solar", "description": "A living solar system for your new tab page", "version": "1.8", "icons": { "16": "graphics\/icon16.png", "48": "graphics\/icon48.png", "128": "graphics\/icon128.png" }, "chrome_url_overrides": { "newtab": "system.html" }, "permissions": [ "storage", "geolocation" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |