Wikipedia Content Width Control

Changes the width of wikepedia

Wikipedia Content Width Control란 무엇입니까?

Wikipedia Content Width Control은(는) swh0901에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes the width of wikepedia"입니다.

확장 프로그램 스크린샷

screenshot

Wikipedia Content Width Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension manages the max-width of wikipedia's content. It suits wikipedia's content's width to comfort, and gives better readability to users.                    

확장 프로그램 기본 정보

이름 Wikipedia Content Width Control Wikipedia Content Width Control
ID nobomaggnlmpkhcijnlkhbcdbjegpnog
공식 URL https://chrome.google.com/webstore/detail/wikipedia-content-width-c/nobomaggnlmpkhcijnlkhbcdbjegpnog
설명 Changes the width of wikepedia
파일 크기 3.09 KB
설치 횟수 93
현재 버전 1.0
최근 업데이트 2014-10-05
출시 날짜 2014-10-05
평점 4.43/5 총 7 개의 평점
개발자 swh0901
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wikipedia Content Width Control",
    "version": "1.0",
    "description": "Changes the width of wikepedia",
    "permissions": [
        "tabs",
        "*:\/\/*.wikipedia.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/*"
            ],
            "css": [
                "wikiwidth.css"
            ]
        }
    ]
}