Tippy

Is the order a new tab page?

¿Qué es Tippy?

Tippy es una extensión de Chrome desarrollada por Shino, y su función principal es "Is the order a new tab page?".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tippy

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

                        Tippy is an alternate new tab page for Google Chrome that pulls wonderful images from the top rankings of Pixiv to surprise and delight with every Cmd-T, or Ctrl-T if you're a plebeian. Tippy is fully responsive, written with five different preprocessors, and takes full advantage of vendor prefixes. It is guaranteed to increase market penetration for you and your significant others. Let's have cafe daydreams!

Currently, Tippy requires that you be on the Chrome Dev Channel for certain features (recently closed tabs) to work. Sorry about that!                    

Información Básica de la Extensión

Nombre Tippy Tippy
ID fnidfcjahafdlhkgghngnoknnbkmikme
URL Oficial https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme
Descripción Is the order a new tab page?
Tamaño del Archivo 2.76 MB
Cantidad de Instalaciones 52
Versión Actual 0.8.5
Última Actualización 2015-06-01
Fecha de Publicación 2015-06-01
Calificación 4.83/5 Total de 6 Calificaciones
Desarrollador Shino
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tippy",
    "version": "0.8.5",
    "description": "Is the order a new tab page?",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "short_name": "Tippy",
    "permissions": [
        "sessions",
        "tabs",
        "http:\/\/localhost\/",
        "http:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/github.com\/dastardlylemon\/tippy"
}