TypeTab

I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.

O que é TypeTab?

TypeTab é uma extensão do Chrome desenvolvida por Max Schultz, e sua principal característica é "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TypeTab

Baixe arquivos de extensão TypeTab 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

                        Only fonts with more than one type style are considered, thanks to @mattwiebe's excellent Better Google Fonts.

Big thanks to the Google Web Fonts Team and contributing type designers!                    

Informações Básicas da Extensão

Nome TypeTab TypeTab
ID giapplkalkkgdamjfbdheocincffbeka
URL Oficial https://chromewebstore.google.com/detail/typetab/giapplkalkkgdamjfbdheocincffbeka
Descrição I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.
Tamanho do Arquivo 47.97 KB
Contagem de Instalações 32
Versão Atual 1.3
Última Atualização 2013-10-13
Data de Publicação 2013-10-13
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Max Schultz
Tipo de Pagamento free
Site da Extensão https://github.com/MaxSchultz/TypeTab/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TypeTab",
    "author": "https:\/\/github.com\/MaxSchultz",
    "manifest_version": 2,
    "version": "1.3",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "I'm a Chrome Extension that grabs a random typeface from the Google Web Fonts API every time you open a new tab.",
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}