Comic Sanser

Put the websites you hate in the font they deserve.

Comic Sanser란 무엇입니까?

Comic Sanser은(는) Ruben Verborgh에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Put the websites you hate in the font they deserve."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Comic Sanser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you tired of certain websites that don't live up to your standards?
This extension makes your life better by changing their font to Comic Sans MS.

Align their design in perfect harmony with their quality.
This leads to lower expectations on your side, and thus less frustration.

This extension is a must-have: fast and easy.
You choose the domains on which you want Comic Sans, the extension does the rest.                    

확장 프로그램 기본 정보

이름 Comic Sanser Comic Sanser
ID ahokdggfbemkkonaepgbegglbfnnlcok
공식 URL https://chromewebstore.google.com/detail/comic-sanser/ahokdggfbemkkonaepgbegglbfnnlcok
설명 Put the websites you hate in the font they deserve.
파일 크기 6.51 KB
설치 횟수 21
현재 버전 1.0.1
최근 업데이트 2014-09-17
출시 날짜 2014-09-17
개발자 Ruben Verborgh
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sanser",
    "description": "Put the websites you hate in the font they deserve.",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "comicsanser.js"
            ]
        }
    ],
    "options_page": "options.html"
}