Disable Web Fonts

Disables use of custom web fonts on all websites

Disable Web Fonts란 무엇입니까?

Disable Web Fonts은(는) http://captnemo.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Disables use of custom web fonts on all websites"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Disable Web Fonts 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ##Save Bandwidth##

Disables use of custom web fonts with the following extensions:

- woff
- ttf
- otf
- woff2
- eot

Source code is available at https://github.com/captn3m0/disable-web-fonts

It blocks all requests to any filenames that end with the above extensions. 

Please file issues and pull requests on GitHub: https://github.com/captn3m0/disable-web-fonts                    

확장 프로그램 기본 정보

이름 Disable Web Fonts Disable Web Fonts
ID olmabeadgbpmhllgdkemfdnmkngkbkeg
공식 URL https://chrome.google.com/webstore/detail/disable-web-fonts/olmabeadgbpmhllgdkemfdnmkngkbkeg
설명 Disables use of custom web fonts on all websites
파일 크기 18.21 KB
설치 횟수 632
현재 버전 0.4.1
최근 업데이트 2019-03-25
출시 날짜 2019-03-25
평점 3.06/5 총 17 개의 평점
개발자 http://captnemo.in
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/captn3m0/disable-custom-fonts
도움말 페이지 URL https://github.com/captn3m0/disable-custom-fonts/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Web Fonts",
    "description": "Disables use of custom web fonts on all websites",
    "manifest_version": 2,
    "version": "0.4.1",
    "permissions": [
        "webRequest",
        "",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "author": "Nemo",
    "icons": {
        "128": "icon.png"
    }
}