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