Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
O que é Minimalist New Tab?
Minimalist New Tab é uma extensão do Chrome desenvolvida por John, e sua principal característica é "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Minimalist New Tab
Baixe arquivos de extensão Minimalist 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
Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!
Informações Básicas da Extensão
Nome | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
URL Oficial | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Descrição | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
Tamanho do Arquivo | 131 KB |
Contagem de Instalações | 262 |
Versão Atual | 0.2.6 |
Última Atualização | 2019-02-06 |
Data de Publicação | 2019-02-06 |
Classificação | 4.86/5 Total de 7 Avaliações |
Desenvolvedor | John |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimalist New Tab", "version": "0.2.6", "minimum_chrome_version": "23", "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.", "author": "John", "icons": { "128": "assets\/icon.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "http:\/\/*.alphacoders.com\/*", "https:\/\/*.alphacoders.com\/*", "https:\/\/query.yahooapis.com\/v1\/public\/yql*", "http:\/\/fonts.googleapis.com\/*", "storage", "tabs", "geolocation", "bookmarks" ], "options_page": "options.html" } |