Font Changer

Find elements on the page and change their font with just few clicks.

What is Font Changer?

Font Changer is a Chrome extension developed by Rafał Florczak, and its main feature is "Find elements on the page and change their font with just few clicks.".

Extension Screenshots

screenshot

Download Font Changer Extension CRX File

Download Font Changer 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 use this extension to make the desired parts of the website look more readable by changing their fonts.                    

Extension Basic Information

Name Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
Official URL https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
Description Find elements on the page and change their font with just few clicks.
File Size 182 KB
Installation Count 357
Current Version 0.3.3
Last Updated 2022-04-13
Publish Date 2019-03-21
Rating 1.00/5 Total 2 Ratings
Developer Rafał Florczak
Email [email protected]
Payment Type free
Extension Website https://github.com/florczakraf/font-changer
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Changer",
    "version": "0.3.3",
    "description": "Find elements on the page and change their font with just few clicks.",
    "icons": {
        "64": "font-changer\/icons\/64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "font-changer\/content-script\/font-changer.js"
            ],
            "css": [
                "font-changer\/content-script\/font-changer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "font-changer\/icons\/64.png",
        "default_title": "Font Changer"
    },
    "background": {
        "scripts": [
            "font-changer\/background\/background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}