BWNT - New Tab
Minimalist New Tab page.
O que é BWNT - New Tab?
BWNT - New Tab é uma extensão do Chrome desenvolvida por https://erikboesen.com, e sua principal característica é "Minimalist New Tab page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BWNT - New Tab
Baixe arquivos de extensão BWNT - 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 gorgeous hyperminimalistic new tab page featuring a clock and date. Features: - 12- and 24-hour time - Date (can be hidden or shown) - 5 beautiful themes: light, night, (full) dark, material, and light-blue. - Option to use a custom image in the background. - Option to rotate between light and night themes based on time of day This project is on GitHub! https://github.com/ErikBoesen/BWNT
Informações Básicas da Extensão
Nome | BWNT - New Tab |
ID | doiinciigjmmlnbehjjjkeoamihggkba |
URL Oficial | https://chromewebstore.google.com/detail/bwnt-new-tab/doiinciigjmmlnbehjjjkeoamihggkba |
Descrição | Minimalist New Tab page. |
Tamanho do Arquivo | 39.74 KB |
Contagem de Instalações | 2,103 |
Versão Atual | 2.1.1 |
Última Atualização | 2018-03-20 |
Data de Publicação | 2018-03-20 |
Classificação | 4.52/5 Total de 29 Avaliações |
Desenvolvedor | https://erikboesen.com |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "version": "2.1.1", "short_name": "BWNT", "description": "__MSG_extension_description__", "icons": { "128": "res\/icon.png" }, "default_locale": "en", "minimum_chrome_version": "36.0", "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ] } |