Instant Font

Instantly switch the font of current page using Google Fonts.

Wat is Instant Font?

Instant Font is een Chrome-extensie ontwikkeld door poe.422, en de belangrijkste functie is "Instantly switch the font of current page using Google Fonts.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Instant Font

Download Instant Font-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Instant Font Instant Font
ID mmodigjkaccealcndhpkmleiahmickcf
Officiële URL https://chrome.google.com/webstore/detail/instant-font/mmodigjkaccealcndhpkmleiahmickcf
Beschrijving Instantly switch the font of current page using Google Fonts.
Bestandsgrootte 102 KB
Aantal Installaties 405
Huidige Versie 1.1
Laatst Bijgewerkt 2016-11-23
Publicatiedatum 2016-11-23
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar poe.422
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}