Custom CSS

全新的浏览体验-强制雅黑字体

Custom CSS란 무엇입니까?

Custom CSS은(는) https://liuwanle.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "全新的浏览体验-强制雅黑字体"입니다.

확장 프로그램 스크린샷

screenshot

Custom CSS 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        根据 http://bbs.kafan.cn/thread-1681393-1-1.html 制作

全局雅黑后 淘宝/土豆/github/等 乱码错位的特别修正

【2017.3.23】更新兼容性                    

확장 프로그램 기본 정보

이름 Custom CSS Custom CSS
ID ahmppdlkialjlchhgigblbfjailjeneh
공식 URL https://chromewebstore.google.com/detail/custom-css/ahmppdlkialjlchhgigblbfjailjeneh
설명 全新的浏览体验-强制雅黑字体
파일 크기 24.71 KB
설치 횟수 414
현재 버전 2017.3.23.91
최근 업데이트 2017-04-02
출시 날짜 2017-04-02
평점 4.42/5 총 24 개의 평점
개발자 https://liuwanle.com
결제 유형 free
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.amasan.co.uk\/*",
                "*:\/\/*.ctrlshift.net\/*",
                "*:\/\/*.dillinger.io\/*",
                "*:\/\/*.fiddle.md\/*",
                "*:\/\/*.gistboxapp.com\/*",
                "*:\/\/*.github.com\/*",
                "*:\/\/*.hackmd.io\/*",
                "*:\/\/*.herokuapp.com\/*",
                "*:\/\/*.imooc.com\/*",
                "*:\/\/*.joncom.be\/*",
                "*:\/\/*.jser.me\/*",
                "*:\/\/*.laverna.cc\/*",
                "*:\/\/*.markable.in\/*",
                "*:\/\/*.markdownlivepreview.com\/*",
                "*:\/\/*.maxiang.io\/*",
                "*:\/\/tool.oschina.net\/*",
                "*:\/\/*.stackedit.io\/*",
                "*:\/\/*.wri.pe\/*",
                "*:\/\/*.xiaoshujiang.com\/*",
                "*:\/\/*.zybuluo.com\/*",
                "*:\/\/wenku.baidu.com\/view\/*",
                "*:\/\/wenku.baidu.com\/link*",
                "*:\/\/www.youziku.com\/*",
                "*:\/\/*.typekit.com\/*",
                "*:\/\/*.fontdeck.com\/*",
                "*:\/\/*.designgala.com\/*",
                "*:\/\/127.0.0.1\/*",
                "*:\/\/iamchucky.github.io\/*",
                "*:\/\/www.google.com\/fonts\/*",
                "*:\/\/fonts.google.com\/*",
                "*:\/\/*.justfont.com\/font*",
                "*:\/\/*.ifontcloud.com\/*",
                "*:\/\/*.hanyi.com.cn\/fontSearch.php*",
                "*:\/\/*.hanyi.com.cn\/productList.php*",
                "*:\/\/*.hanyi.com.cn\/productdetail.php*",
                "*:\/\/www.arphic.com.cn\/*\/font\/*",
                "*:\/\/www.arphic.com.tw\/*\/font\/*",
                "*:\/\/*.foundertype.com\/index.php\/FindFont*",
                "*:\/\/*.foundertype.com\/index.php\/FontInfo*",
                "*:\/\/*.foundertype.com\/index.php\/Account*",
                "*:\/\/www.myfonts.com\/fonts\/*\/*\/webfont_preview.html",
                "*:\/\/*.95095.com\/*",
                "*:\/\/*.alimama.com\/*",
                "*:\/\/*.alipay.com\/*",
                "*:\/\/*.liangxinyao.com\/*",
                "*:\/\/*.tanx.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*"
            ],
            "css": [
                "custom.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.95095.com\/*",
                "*:\/\/*.alimama.com\/*",
                "*:\/\/*.alipay.com\/*",
                "*:\/\/*.liangxinyao.com\/*",
                "*:\/\/*.tanx.com\/*",
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.tmall.hk\/*"
            ],
            "css": [
                "Ali.Sub.css"
            ]
        }
    ],
    "converted_from_user_script": true,
    "description": "\u5168\u65b0\u7684\u6d4f\u89c8\u4f53\u9a8c-\u5f3a\u5236\u96c5\u9ed1\u5b57\u4f53",
    "manifest_version": 2,
    "icons": {
        "128": "ico.png"
    },
    "name": "Custom CSS",
    "version": "2017.3.23.91"
}