Font Overwrite

Overwrites fonts of web-sites.

Co je Font Overwrite?

Font Overwrite je rozšíření Chrome vyvinuté minostar, a jeho hlavní funkcí je „Overwrites fonts of web-sites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Font Overwrite 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í

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

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

Název Font Overwrite Font Overwrite
ID efnhmidkajhnpdgfdpfnioiibmdjnkmn
Oficiální URL https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn
Popis Overwrites fonts of web-sites.
Velikost souboru 47.6 KB
Počet instalací 605
Aktuální Verze 0.0.2
Poslední Aktualizace 2017-10-14
Datum Vydání 2017-10-14
Hodnocení 4.33/5 Celkem 27 Hodnocení
Vývojář minostar
Typ Platby free
Podporované Jazyky 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"
    }
}