Improved new tab page
Improved new tabe page for Chrome
¿Qué es Improved new tab page?
Improved new tab page es una extensión de Chrome desarrollada por lifeofamuffin, y su función principal es "Improved new tabe page for Chrome".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Improved new tab page
Descarga archivos de extensión Improved new tab page 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
Simplistic, Clean and elegant; Just the way you like it. +++FEATURES+++ -Search Youtube, Reddit, Github, IMDB and Gmail from the new tab page. -Persistent notepad, lasting over new browsing sessions and reboots, resizeable, no max character limit, -Time & date -Clean, elegant design. -Lightweight. -Open Source -Integration with bookmarks +++HOW TO USE+++ After installing your new tab page will be upgraded, adding bookmarks inside a folder named "Favorites" will create an easy to use table for navigation in your bookmarks.
Información Básica de la Extensión
Nombre | |
ID | ihefgofeoldeeboigmjjhejekhokojaj |
URL Oficial | https://chrome.google.com/webstore/detail/improved-new-tab-page/ihefgofeoldeeboigmjjhejekhokojaj |
Descripción | Improved new tabe page for Chrome |
Tamaño del Archivo | 5.91 KB |
Cantidad de Instalaciones | 25 |
Versión Actual | 3 |
Última Actualización | 2014-04-12 |
Fecha de Publicación | 2014-04-12 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | lifeofamuffin |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Improved new tab page", "description": "Improved new tabe page for Chrome", "version": "3", "incognito": "split", "chrome_url_overrides": { "newtab": "start-page.html" }, "permissions": [ "bookmarks", "storage", "tabs" ], "manifest_version": 2 } |