45to75

Character counter for helping to optimize line length (measure) between 45 and 75 characters.

45to75란 무엇입니까?

45to75은(는) abbwebdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Character counter for helping to optimize line length (measure) between 45 and 75 characters."입니다.

확장 프로그램 스크린샷

screenshot

45to75 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Helps designers and developers ensure that text line lengths (measure) meet their standards.

Each font and layout is unique, so it's up to the author to decide what measure works for their current situation, however a good "rule of thumb" is to keep the measure between 45 and 75 characters.

This will ensure your text stays readable across the various situations in which it could be read.

Highlight some text, right click, and view the character count right in the tooltip.                    

확장 프로그램 기본 정보

이름 45to75 45to75
ID efmppndinjbljeellfdkpghgblenbcdd
공식 URL https://chromewebstore.google.com/detail/45to75/efmppndinjbljeellfdkpghgblenbcdd
설명 Character counter for helping to optimize line length (measure) between 45 and 75 characters.
파일 크기 5.22 KB
설치 횟수 1,940
현재 버전 0.0.3
최근 업데이트 2014-08-22
출시 날짜 2014-08-22
평점 4.67/5 총 6 개의 평점
개발자 abbwebdev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content_script.js"
            ]
        }
    ]
}