Fontify

Fontify - get your fonts right!

Fontifyとは何ですか?

Fontifyはborzecki.danielによって開発されたChromeの拡張機能で、その主な機能は「Fontify - get your fonts right!」です。

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

screenshot

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

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

拡張機能の使用方法

                        Presenting a tool dedicated for product teams looking to simplify fonts across the page. It allows you to preview and track fonts based on their features font family, size or color.

Change-log:
- 1.0.2 - copy to clipboard button / fixed random opening closed widget
- 1.0.1 - fixed problem with updating view on re-rendering
- 1.0.0 - we're launched!                    

拡張機能の基本情報

名前 Fontify Fontify
ID pfcgofaibgeffbgdmpohcdkonkinnkng
公式URL https://chromewebstore.google.com/detail/fontify/pfcgofaibgeffbgdmpohcdkonkinnkng
説明 Fontify - get your fonts right!
ファイルサイズ 15.5 KB
インストール数 18
現在のバージョン 1.0.2
最終更新日 2020-12-06
公開日 2020-11-15
開発者 borzecki.daniel
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "1.0.2",
    "description": "Fontify - get your fonts right!",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "images\/favicon-16.png",
            "32": "images\/favicon-32.png",
            "96": "images\/favicon-96.png",
            "128": "images\/favicon-128.png"
        }
    },
    "manifest_version": 2
}