Font Changer

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

Wat is Font Changer?

Font Changer is een Chrome-extensie ontwikkeld door Rafał Florczak, en de belangrijkste functie is "Find elements on the page and change their font with just few clicks.".

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

                        You can use this extension to make the desired parts of the website look more readable by changing their fonts.                    

Basisinformatie over de Extensie

Naam Font Changer Font Changer
ID jokhgliahkldheenecgebcldmdcccocp
Officiële URL https://chromewebstore.google.com/detail/font-changer/jokhgliahkldheenecgebcldmdcccocp
Beschrijving Find elements on the page and change their font with just few clicks.
Bestandsgrootte 182 KB
Aantal Installaties 357
Huidige Versie 0.3.3
Laatst Bijgewerkt 2022-04-13
Publicatiedatum 2019-03-21
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Rafał Florczak
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/florczakraf/font-changer
Ondersteunde Talen 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"
    ]
}