Previewer for Google Fonts

Easily sample Google fonts on any web page.

What is Previewer for Google Fonts?

Previewer for Google Fonts is a Chrome extension developed by Ryan Hanson, and its main feature is "Easily sample Google fonts on any web page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Previewer for Google Fonts Extension CRX File

Download Previewer for Google Fonts 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

                        ▪ Filter by name, style, and weight.
▪ Apply different fonts to multiple CSS selectors.
▪ Add your favorite fonts to a list.
▪ Optionally store fonts in the local cache to boost performance and reduce requests.                    

Extension Basic Information

Name Previewer for Google Fonts Previewer for Google Fonts
ID fcoejgdpakegcdbcchpgdopdopfgcglm
Official URL https://chromewebstore.google.com/detail/previewer-for-google-font/fcoejgdpakegcdbcchpgdopdopfgcglm
Description Easily sample Google fonts on any web page.
File Size 52.87 KB
Installation Count 174
Current Version 0.1.0
Last Updated 2021-10-22
Publish Date 2021-10-22
Rating 5.00/5 Total 3 Ratings
Developer Ryan Hanson
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Previewer for Google Fonts",
    "description": "Easily sample Google fonts on any web page.",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icons": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}