Typekit Tweaker

A toolbar that lets you adjust Typekit font previews.

什么是Typekit Tweaker?

Typekit Tweaker是由http://kylefox.ca开发的Chrome扩展程序,该扩展的主要功能是“A toolbar that lets you adjust Typekit font previews.”。

扩展截图

screenshot

下载Typekit Tweaker扩展crx文件

下载Typekit Tweaker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 Typekit Tweaker Typekit Tweaker
ID imjkefgbldfcncjipjoahpbeakfjflgf
官方URL https://chrome.google.com/webstore/detail/typekit-tweaker/imjkefgbldfcncjipjoahpbeakfjflgf
简介 A toolbar that lets you adjust Typekit font previews.
文件大小 56.36 KB
安装次数 141
当前版本 1.0
更新时间 2012-12-07
上架时间 2012-12-07
评分 5.00/5 共1次评分
开发者 http://kylefox.ca
付费类型 free
扩展官网 http://kylefox.ca/typekit-tweaker/
支持的语言 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"
            ]
        }
    ]
}