Font changer

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

Wat is Font changer?

Font changer is een Chrome-extensie ontwikkeld door http://namata.ru, en de belangrijkste functie is "This extension allows you to change the font and his size on site pages (where this is possible).".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Font changer

Download Font changer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Font changer Font changer
ID gekcpnidalfkkpohbhmpiolpeibmmahm
Officiële URL https://chrome.google.com/webstore/detail/font-changer/gekcpnidalfkkpohbhmpiolpeibmmahm
Beschrijving This extension allows you to change the font and his size on site pages (where this is possible).
Bestandsgrootte 251 KB
Aantal Installaties 184
Huidige Versie 1.1
Laatst Bijgewerkt 2020-11-07
Publicatiedatum 2020-11-07
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://namata.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://en.namata.ru/extensions/fontchanger/
Help Pagina-URL https://en.namata.ru/support/thanksforinstall/
Ondersteunde Talen 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"
    ]
}