Typekit Tweaker

A toolbar that lets you adjust Typekit font previews.

Cos'è Typekit Tweaker?

Typekit Tweaker è un'estensione di Chrome sviluppata da http://kylefox.ca, e la sua funzione principale è "A toolbar that lets you adjust Typekit font previews.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Typekit Tweaker

Scarica i file di estensione Typekit Tweaker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Typekit Tweaker lets you adjust font previews on Typekit. Adjust size, line height, letter spacing and colors, all from a sleek & simple toolbar. You can also insert sample text with one click.

Typekit Tweaker also remembers your font settings & text, so as you browse fonts you can compare with all the same settings without additional work,

More info is available at http://kylefox.ca/typekit-tweaker/                    

Informazioni di Base sull'Estensione

Nome Typekit Tweaker Typekit Tweaker
ID imjkefgbldfcncjipjoahpbeakfjflgf
URL Ufficiale https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf
Descrizione A toolbar that lets you adjust Typekit font previews.
Dimensione del File 56.36 KB
Conteggio Installazioni 141
Versione Corrente 1.0
Ultimo Aggiornamento 2012-12-07
Data di Pubblicazione 2012-12-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://kylefox.ca
Tipo di Pagamento free
Sito Web dell'Estensione http://kylefox.ca/typekit-tweaker/
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Typekit Tweaker",
    "version": "1.0",
    "description": "A toolbar that lets you adjust Typekit font previews.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/typekit.com\/fonts\/*"
            ],
            "js": [
                "jquery.js",
                "jquery.cookie.js",
                "tt.js",
                "loader.js"
            ],
            "css": [
                "tt.css"
            ]
        }
    ]
}