Instant Font

Instantly switch the font of current page using Google Fonts.

什麼是Instant Font?

Instant Font是由poe.422開發的Chrome擴展程式,該擴展的主要功能是“Instantly switch the font of current page using Google Fonts.”。

擴展截圖

screenshot

下載Instant Font擴展crx文件

下載Instant Font擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        You can instantly switch current page's font to Google Fonts' web font.
Also, you can input CSS selector to specify element where you want to apply font.

Instant Font gonna help your web design/development work flow!                    

擴展基本資訊

名稱 Instant Font Instant Font
ID mmodigjkaccealcndhpkmleiahmickcf
官方網址 https://chrome.google.com/webstore/detail/instant-font/mmodigjkaccealcndhpkmleiahmickcf
簡介 Instantly switch the font of current page using Google Fonts.
檔案大小 102 KB
安裝次數 405
目前版本 1.1
更新時間 2016-11-23
上架時間 2016-11-23
評分 1.80/5 共 5 次評分
開發者 poe.422
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Font",
    "version": "1.1",
    "permissions": [
        "tabs"
    ],
    "description": "Instantly switch the font of current page using Google Fonts.",
    "icons": {
        "128": "images\/icon128.png"
    },
    "author": "Masahiro Harada",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Instant Font",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/webfont.js",
                "js\/build\/content_scripts.js"
            ]
        }
    ]
}