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
官方網址 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
電子郵箱 [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"
    ]
}