Font changer

This extension allows you to change the font and his size on site pages (where this is possible).

Font changerとは何ですか?

Font changerはhttp://namata.ruによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to change the font and his size on site pages (where this is possible).」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension allows you to change the font and his size on site pages (where this is possible). Just click on extension icon, write your font and his size and press "Set". After that this font will use on each site page (where this is possible).                    

拡張機能の基本情報

名前 Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
公式URL https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
説明 This extension allows you to change the font and his size on site pages (where this is possible).
ファイルサイズ 251 KB
インストール数 184
現在のバージョン 1.1
最終更新日 2020-11-07
公開日 2020-11-07
評価 3.00/5 合計 1 レビュー
開発者 http://namata.ru
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://en.namata.ru/extensions/fontchanger/
ヘルプページのURL https://en.namata.ru/support/thanksforinstall/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font changer",
    "description": "This extension allows you to change the font and his size on site pages (where this is possible).",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}