Instant Font

Instantly switch the font of current page using Google Fonts.

What is Instant Font?

Instant Font is a Chrome extension developed by poe.422, and its main feature is "Instantly switch the font of current page using Google Fonts.".

Extension Screenshots

screenshot

Download Instant Font Extension CRX File

Download Instant Font extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Instant Font Instant Font
ID mmodigjkaccealcndhpkmleiahmickcf
Official URL https://chrome.google.com/webstore/detail/instant-font/mmodigjkaccealcndhpkmleiahmickcf
Description Instantly switch the font of current page using Google Fonts.
File Size 102 KB
Installation Count 405
Current Version 1.1
Last Updated 2016-11-23
Publish Date 2016-11-23
Rating 1.80/5 Total 5 Ratings
Developer poe.422
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}