Typekit Tweaker

A toolbar that lets you adjust Typekit font previews.

What is Typekit Tweaker?

Typekit Tweaker is a Chrome extension developed by http://kylefox.ca, and its main feature is "A toolbar that lets you adjust Typekit font previews.".

Extension Screenshots

screenshot

Download Typekit Tweaker Extension CRX File

Download Typekit Tweaker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Typekit Tweaker Typekit Tweaker
ID imjkefgbldfcncjipjoahpbeakfjflgf
Official URL https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf
Description A toolbar that lets you adjust Typekit font previews.
File Size 56.36 KB
Installation Count 141
Current Version 1.0
Last Updated 2012-12-07
Publish Date 2012-12-07
Rating 5.00/5 Total 1 Ratings
Developer http://kylefox.ca
Payment Type free
Extension Website http://kylefox.ca/typekit-tweaker/
Supported Languages 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"
            ]
        }
    ]
}