FontPrep Extension

An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.

FontPrep Extensionとは何ですか?

FontPrep Extensionはhttp://fontprep.comによって開発されたChromeの拡張機能で、その主な機能は「An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.」です。

拡張機能のスクリーンショット

screenshot

FontPrep Extension拡張機能のCRXファイルをダウンロード

FontPrep Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ever wanted to embed your FontPrep  (http://fontprep.com) fonts directly into pages in Chrome so you could preview what they look like? Well, your time has come.

With this extension, simply copy a font's ID from within FontPrep and apply that font to any of the page's elements.

For more info, please read our blog post at: http://briangonzalez.org/posts/fontprep-google-chrome-extension. 

Also, did we mention the FontPrep extension is open source? Check it out: https://github.com/briangonzalez/fontprep-crx


 Requirements
------------------------

- FontPrep 2.21 or greater  (http://fontprep.com) 
- Google Chrome                    

拡張機能の基本情報

名前 FontPrep Extension FontPrep Extension
ID lgekjlpbdphfedjhdnebggommhalhake
公式URL https://chrome.google.com/webstore/detail/fontprep-extension/lgekjlpbdphfedjhdnebggommhalhake
説明 An extension for embedding and testing FontPrep's fonts (http://fontprep.com) into any webpage.
ファイルサイズ 211 KB
インストール数 66
現在のバージョン 0.1.3
最終更新日 2013-10-21
公開日 2013-10-21
評価 5.00/5 合計 2 レビュー
開発者 http://fontprep.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://fontprep.com
ヘルプページのURL http://briangonzalez.org/posts/fontprep-google-chrome-extension
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FontPrep Extension",
    "description": "An extension for embedding and testing FontPrep's fonts (http:\/\/fontprep.com) into any webpage.",
    "version": "0.1.3",
    "browser_action": {
        "default_icon": "images\/icon256.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}