Beautiful New Tab
A beautiful new tab page
¿Qué es Beautiful New Tab?
Beautiful New Tab es una extensión de Chrome desarrollada por Matt Carrick, y su función principal es "A beautiful new tab page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Beautiful New Tab
Descarga archivos de extensión Beautiful 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
A alternative to the ugly Chrome new tab page. This extension shows random a beautiful image from Unsplash.com, along with a minimal set of shortcut links to your favourite sites, the current temperature and weather, and the time and date.
Información Básica de la Extensión
Nombre | Beautiful New Tab |
ID | bailppllbndlpphoipdchcmiiefhelfh |
URL Oficial | https://chromewebstore.google.com/detail/beautiful-new-tab/bailppllbndlpphoipdchcmiiefhelfh |
Descripción | A beautiful new tab page |
Tamaño del Archivo | 3.78 MB |
Cantidad de Instalaciones | 167 |
Versión Actual | 1.19 |
Última Actualización | 2019-08-28 |
Fecha de Publicación | 2019-08-28 |
Calificación | 5.00/5 Total de 9 Calificaciones |
Desarrollador | Matt Carrick |
Tipo de Pago | free |
Sitio Web de la Extensión | http://rokco.org |
URL de la Página de Ayuda | https://github.com/xRokco/New-Tab |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful New Tab", "version": "1.19", "minimum_chrome_version": "37", "manifest_version": 2, "description": "A beautiful new tab page", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "permissions": [ "geolocation", "storage", "bookmarks", "chrome:\/\/favicon\/", "unlimitedStorage" ], "background": { "scripts": [ "jquery.min.js", "config.js", "background.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "options_page": "options.html", "web_accessible_resources": [ "index.html" ] } |