65 chars

Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.

65 chars란 무엇입니까?

65 chars은(는) https://sablatura.info에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

65 chars 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tired of flexible webpages where text lines are very hard to read on bigger screens because they are way too long? There is a solution. Line break after every 65 characters. Try it.                    

확장 프로그램 기본 정보

이름 65 chars 65 chars
ID okenlfddleodmdoelagcdejnpnhpplbd
공식 URL https://chromewebstore.google.com/detail/65-chars/okenlfddleodmdoelagcdejnpnhpplbd
설명 Makes pages better for reading. Forces all text lines to break after 65 characters. Simple as that.
파일 크기 6.96 KB
설치 횟수 30
현재 버전 1.1
최근 업데이트 2015-06-16
출시 날짜 2015-06-15
평점 5.00/5 총 2 개의 평점
개발자 https://sablatura.info
이메일 [email protected]
결제 유형 free
도움말 페이지 URL http://sablatura.info/
지원되는 언어 en,sk,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1",
    "manifest_version": 2,
    "offline_enabled": true,
    "author": "Jan \u0160ablatura",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}