Force Noto Sans CJK SC Medium

Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only)

Cos'è Force Noto Sans CJK SC Medium?

Force Noto Sans CJK SC Medium è un'estensione di Chrome sviluppata da Teman, e la sua funzione principale è "Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only)".

Scarica il file CRX dell'estensione Force Noto Sans CJK SC Medium

Scarica i file di estensione Force Noto Sans CJK SC Medium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Didn't use Normal size because the characters were not dark enough on my screen.
Tested on Ubuntu only, to make it work on Windows, you may only install Noto Sans CJK SC Medium but not other Noto Sans fonts.                    

Informazioni di Base sull'Estensione

Nome Force Noto Sans CJK SC Medium Force Noto Sans CJK SC Medium
ID ljahnopcdobjcicingfoaginnkpgmdjk
URL Ufficiale https://chrome.google.com/webstore/detail/force-noto-sans-cjk-sc-me/ljahnopcdobjcicingfoaginnkpgmdjk
Descrizione Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only)
Dimensione del File 3.16 KB
Conteggio Installazioni 99
Versione Corrente 0.1.0.0
Ultimo Aggiornamento 2014-12-12
Data di Pubblicazione 2014-12-12
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Teman
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "font.css"
            ],
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Use Noto Sans CJK SC Medium for Chinese (tested on Ubuntu only)",
    "name": "Force Noto Sans CJK SC Medium",
    "version": "0.1.0.0",
    "manifest_version": 2
}