Font Tester

Preview your webpage with Google Fonts

What is Font Tester?

Font Tester is a Chrome extension developed by hkphillips42, and its main feature is "Preview your webpage with Google Fonts".

Extension Screenshots

screenshot
screenshot

Download Font Tester Extension CRX File

Download Font Tester 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

                        Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.                    

Extension Basic Information

Name Font Tester Font Tester
ID imccahjhfnnifmcmfelbcijnilebgggg
Official URL https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg
Description Preview your webpage with Google Fonts
File Size 297 KB
Installation Count 63
Current Version 0.0.1
Last Updated 2023-05-05
Publish Date 2023-05-05
Developer hkphillips42
Email [email protected]
Payment Type free
Extension Website https://github.com/hunterphillips/font-tester
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Tester",
    "description": "Preview your webpage with Google Fonts",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}