Font changer

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

Co je Font changer?

Font changer je rozšíření Chrome vyvinuté http://namata.ru, a jeho hlavní funkcí je „This extension allows you to change the font and his size on site pages (where this is possible).“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Font changer

Stáhněte si soubory rozšíření Font changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
Oficiální URL https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
Popis This extension allows you to change the font and his size on site pages (where this is possible).
Velikost souboru 251 KB
Počet instalací 184
Aktuální Verze 1.1
Poslední Aktualizace 2020-11-07
Datum Vydání 2020-11-07
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář http://namata.ru
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://en.namata.ru/extensions/fontchanger/
URL Stránky Nápovědy https://en.namata.ru/support/thanksforinstall/
Podporované Jazyky 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"
    ]
}