Font changer

This extension allows you to change the font and his size on site pages (where this is possible).

What is Font changer?

Font changer is a Chrome extension developed by http://namata.ru, and its main feature is "This extension allows you to change the font and his size on site pages (where this is possible).".

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

                        This extension allows you to change the font and his size on site pages (where this is possible). Just click on extension icon, write your font and his size and press "Set". After that this font will use on each site page (where this is possible).                    

Extension Basic Information

Name Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
Official URL https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
Description This extension allows you to change the font and his size on site pages (where this is possible).
File Size 251 KB
Installation Count 184
Current Version 1.1
Last Updated 2020-11-07
Publish Date 2020-11-07
Rating 3.00/5 Total 1 Ratings
Developer http://namata.ru
Email [email protected]
Payment Type free
Extension Website https://en.namata.ru/extensions/fontchanger/
Help Page URL https://en.namata.ru/support/thanksforinstall/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font changer",
    "description": "This extension allows you to change the font and his size on site pages (where this is possible).",
    "version": "1.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}