Minimalist New Tab
Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
¿Qué es Minimalist New Tab?
Minimalist New Tab es una extensión de Chrome desarrollada por John, y su función principal es "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Minimalist New Tab
Descarga archivos de extensión Minimalist New Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Minimalist New Tab |
ID | cadppknnfehhlmfdkemdmdoogcldmane |
URL Oficial | https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane |
Descripción | Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface. |
Tamaño del Archivo | 131 KB |
Cantidad de Instalaciones | 262 |
Versión Actual | 0.2.6 |
Última Actualización | 2019-02-06 |
Fecha de Publicación | 2019-02-06 |
Calificación | 4.86/5 Total de 7 Calificaciones |
Desarrollador | John |
Tipo de Pago | free |
Idiomas Soportados | 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" } |