字酷

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

What is 字酷?

字酷 is a Chrome extension developed by dexiang.wu, and its main feature is "使你可以根据不同的语言文字统一设定所有网页的字体(例如微软雅黑等),并且保留图标元素。".

Extension Screenshots

screenshot

Download 字酷 Extension CRX File

Download 字酷 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name 字酷 字酷
ID kbikbifnmmgmkbfjpconncbmnlfhmohl
Official URL https://chrome.google.com/webstore/detail/%E5%AD%97%E9%85%B7/kbikbifnmmgmkbfjpconncbmnlfhmohl
Description 使你可以根据不同的语言文字统一设定所有网页的字体(例如微软雅黑等),并且保留图标元素。
File Size 1.12 MB
Installation Count 56
Current Version 1.0.5
Last Updated 2018-12-12
Publish Date 2018-12-11
Rating 4.00/5 Total 1 Ratings
Developer dexiang.wu
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}