替换中文字体为雅黑

替换字体的中文部分为雅黑

Cos'è 替换中文字体为雅黑?

替换中文字体为雅黑 è un'estensione di Chrome sviluppata da ayanamist, e la sua funzione principale è "替换字体的中文部分为雅黑".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 替换中文字体为雅黑

Scarica i file di estensione 替换中文字体为雅黑 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

                        fork from https://github.com/scarsty/FontChineseYahei
只替换了宋体等简繁中文字体(原始版本替换了太多字体,甚至包括很多英文的),并且修改了加载策略                    

Informazioni di Base sull'Estensione

Nome 替换中文字体为雅黑 替换中文字体为雅黑
ID gphhfbmidkenefaphjmjgcefmflamfhp
URL Ufficiale https://chromewebstore.google.com/detail/%E6%9B%BF%E6%8D%A2%E4%B8%AD%E6%96%87%E5%AD%97%E4%BD%93%E4%B8%BA%E9%9B%85%E9%BB%91/gphhfbmidkenefaphjmjgcefmflamfhp
Descrizione 替换字体的中文部分为雅黑
Dimensione del File 10.71 KB
Conteggio Installazioni 553
Versione Corrente 0.6
Ultimo Aggiornamento 2019-01-21
Data di Pubblicazione 2019-01-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore ayanamist
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/2yahei.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "\u66ff\u6362\u5b57\u4f53\u7684\u4e2d\u6587\u90e8\u5206\u4e3a\u96c5\u9ed1",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2,
    "name": "\u66ff\u6362\u4e2d\u6587\u5b57\u4f53\u4e3a\u96c5\u9ed1",
    "version": "0.6"
}