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"
            ]
        }
    ]
}