My New Tab

Replace newtab with any url & keep the addres bar clean!

¿Qué es My New Tab?

My New Tab es una extensión de Chrome desarrollada por Perfect Things, y su función principal es "Replace newtab with any url & keep the addres bar clean!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión My New Tab

Descarga archivos de extensión My 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

                        Replace your new tab with any url keeping the address bar clean!

The html page is injected to an iframe, so there is one requirement:
the line below must be placed in  of the injected page:

This will make the links to open in the top frame and everything should work great!                    

Información Básica de la Extensión

Nombre My New Tab My New Tab
ID mnecfcpcjodmnejjbonbbcoggjincejc
URL Oficial https://chrome.google.com/webstore/detail/my-new-tab/mnecfcpcjodmnejjbonbbcoggjincejc
Descripción Replace newtab with any url & keep the addres bar clean!
Tamaño del Archivo 14.71 KB
Cantidad de Instalaciones 43
Versión Actual 2.1
Última Actualización 2015-02-10
Fecha de Publicación 2015-02-10
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador Perfect Things
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/tborychowski/mynewtab
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My New Tab",
    "version": "2.1",
    "description": "Replace newtab with any url & keep the addres bar clean!",
    "manifest_version": 2,
    "icons": {
        "128": "img\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "https:\/\/github.com\/tborychowski\/mynewtab",
    "permissions": [
        "tabs",
        "storage"
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}