Font Overwrite

Overwrites fonts of web-sites.

Qu'est-ce que Font Overwrite ?

Font Overwrite est une extension Chrome développée par minostar, et sa fonction principale est "Overwrites fonts of web-sites.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Font Overwrite 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

                        If you dislike specific font, use this.
(ex. Gulim, Comic Sans)                    

Informations de Base sur l'Extension

Nom Font Overwrite Font Overwrite
ID efnhmidkajhnpdgfdpfnioiibmdjnkmn
URL Officiel https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn
Description Overwrites fonts of web-sites.
Taille du Fichier 47.6 KB
Nombre d'Installations 605
Version Actuelle 0.0.2
Dernière Mise à Jour 2017-10-14
Date de Publication 2017-10-14
Évaluation 4.33/5 Total 27 Évaluations
Développeur minostar
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Overwrite",
    "description": "Overwrites fonts of web-sites.",
    "version": "0.0.2",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}