Fontify

This extension allows the user to change the font on the whole page.

Fontifyとは何ですか?

FontifyはMarcCsharpによって開発されたChromeの拡張機能で、その主な機能は「This extension allows the user to change the font on the whole page.」です。

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

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

拡張機能の使用方法

                        This simple extension uses the google fonts API to give the user the ability to change the font on a page to which-ever they wish.

Simply click the extension and select your font from the drop down and see it applied to the page.                    

拡張機能の基本情報

名前 Fontify Fontify
ID npmbploomnpbcejbghaflhmdcnjkembd
公式URL https://chromewebstore.google.com/detail/fontify/npmbploomnpbcejbghaflhmdcnjkembd
説明 This extension allows the user to change the font on the whole page.
ファイルサイズ 5.6 KB
インストール数 428
現在のバージョン 0.0.1
最終更新日 2018-01-24
公開日 2018-01-24
評価 5.00/5 合計 3 レビュー
開発者 MarcCsharp
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontify",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension allows the user to change the font on the whole page.",
    "background": {
        "scripts": [
            "injectFont.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click to change font"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "activeTab"
    ]
}