字酷

使你可以根据不同的语言文字统一设定所有网页的字体(例如微软雅黑等),并且保留图标元素。

Qu'est-ce que 字酷 ?

字酷 est une extension Chrome développée par dexiang.wu, et sa fonction principale est "使你可以根据不同的语言文字统一设定所有网页的字体(例如微软雅黑等),并且保留图标元素。".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 字酷

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

                                            

Informations de Base sur l'Extension

Nom 字酷 字酷
ID kbikbifnmmgmkbfjpconncbmnlfhmohl
URL Officiel https://chrome.google.com/webstore/detail/%E5%AD%97%E9%85%B7/kbikbifnmmgmkbfjpconncbmnlfhmohl
Description 使你可以根据不同的语言文字统一设定所有网页的字体(例如微软雅黑等),并且保留图标元素。
Taille du Fichier 1.12 MB
Nombre d'Installations 56
Version Actuelle 1.0.5
Dernière Mise à Jour 2018-12-12
Date de Publication 2018-12-11
Évaluation 4.00/5 Total 1 Évaluations
Développeur dexiang.wu
Email [email protected]
Type de Paiement free
Langues Prises en Charge zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5b57\u9177",
    "version": "1.0.5",
    "description": "\u4f7f\u4f60\u53ef\u4ee5\u6839\u636e\u4e0d\u540c\u7684\u8bed\u8a00\u6587\u5b57\u7edf\u4e00\u8bbe\u5b9a\u6240\u6709\u7f51\u9875\u7684\u5b57\u4f53\uff08\u4f8b\u5982\u5fae\u8f6f\u96c5\u9ed1\u7b49\uff09\uff0c\u5e76\u4e14\u4fdd\u7559\u56fe\u6807\u5143\u7d20\u3002",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "",
        "webRequest",
        "tabs",
        "storage",
        "unlimitedStorage",
        "fontSettings"
    ]
}