字酷

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

Wat is 字酷?

字酷 is een Chrome-extensie ontwikkeld door dexiang.wu, en de belangrijkste functie is "使你可以根据不同的语言文字统一设定所有网页的字体(例如微软雅黑等),并且保留图标元素。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 字酷

Download 字酷-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam 字酷 字酷
ID kbikbifnmmgmkbfjpconncbmnlfhmohl
Officiële URL https://chrome.google.com/webstore/detail/%E5%AD%97%E9%85%B7/kbikbifnmmgmkbfjpconncbmnlfhmohl
Beschrijving 使你可以根据不同的语言文字统一设定所有网页的字体(例如微软雅黑等),并且保留图标元素。
Bestandsgrootte 1.12 MB
Aantal Installaties 56
Huidige Versie 1.0.5
Laatst Bijgewerkt 2018-12-12
Publicatiedatum 2018-12-11
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar dexiang.wu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}