Minimalite
New Tab page replacement
O que é Minimalite?
Minimalite é uma extensão do Chrome desenvolvida por SK, e sua principal característica é "New Tab page replacement".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Minimalite
Baixe arquivos de extensão Minimalite 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
Minimalite replaces your New Tab page with a beautiful background that changes daily. You'll have access to a customizable set of Quick Links (common bookmarks/pages you visit), a tiny weather widget, and a notes widget. Your notes will sync across your computers when using Chrome Sync. This add-on is based off of Momentum. New features will be added soon, including to-do support, a library of wallpapers, and more.
Informações Básicas da Extensão
Nome | Minimalite |
ID | lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
URL Oficial | https://chromewebstore.google.com/detail/minimalite/lgjjmgfdfmcmbeohbgfmncjlhakmafeg |
Descrição | New Tab page replacement |
Tamanho do Arquivo | 595 KB |
Contagem de Instalações | 206 |
Versão Atual | 0.1.7 |
Última Atualização | 2023-01-01 |
Data de Publicação | 2019-09-29 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | SK |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/skoshy/Minimalite |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Minimalite", "description": "New Tab page replacement", "version": "0.1.7", "manifest_version": 2, "icons": { "128": "icons\/icon_128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/maxcdn.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "permissions": [ "storage", "topSites" ] } |