Tippy

Is the order a new tab page?

O que é Tippy?

Tippy é uma extensão do Chrome desenvolvida por Shino, e sua principal característica é "Is the order a new tab page?".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tippy

Baixe arquivos de extensão Tippy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Tippy Tippy
ID fnidfcjahafdlhkgghngnoknnbkmikme
URL Oficial https://chrome.google.com/webstore/detail/tippy/fnidfcjahafdlhkgghngnoknnbkmikme
Descrição Is the order a new tab page?
Tamanho do Arquivo 2.76 MB
Contagem de Instalações 52
Versão Atual 0.8.5
Última Atualização 2015-06-01
Data de Publicação 2015-06-01
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor Shino
Tipo de Pagamento free
Idiomas Suportados 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"
}