Font Changer

Change any font easy!

Qu'est-ce que Font Changer ?

Font Changer est une extension Chrome développée par https://fontsly.com, et sa fonction principale est "Change any font easy!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Font Changer

Téléchargez les fichiers d'extension Font Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Collection of the best preset fonts. 
There is also a possibility to change size&color of text.                    

Informations de Base sur l'Extension

Nom Font Changer Font Changer
ID cngbpbdpdeldglofjjppipdleagpefog
URL Officiel https://chromewebstore.google.com/detail/font-changer/cngbpbdpdeldglofjjppipdleagpefog
Description Change any font easy!
Taille du Fichier 196 KB
Nombre d'Installations 2,365
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-02-04
Date de Publication 2021-02-04
Évaluation 3.90/5 Total 20 Évaluations
Développeur https://fontsly.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fontsly.com/
URL de la Page de Politique de Confidentialité https://free-qr.com/privacy-policy
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/*.googleapis.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}