Ruler Measurement

Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)

Ruler Measurement란 무엇입니까?

Ruler Measurement은(는) Vadim Albarov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Ruler Measurement 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Powerful measure plugin for chrome. No more junk and party worked solutions. Measure height and width on page with grid lines. Fully draggable and resizable. 

Features:
 - Press ctrl + mouse click to allow multiple rulers. 
 - Press ctrl + q to remove all ruller from page.
 - Press arrow right/left to rotate.
 - Press ctrl + i to toggle offset info.
 - Press alt + q to toggle run state.
 - Customize extension through option page

Check out the new Themes option.
Check out the new Unit option, that allows to change measure units!

If you find a bug, have any suggestions for improving the extension or just want to thank the author feel free to mail me.                    

확장 프로그램 기본 정보

이름 Ruler Measurement Ruler Measurement
ID fkfkjailjcijmghkonghlclbjkopjbgh
공식 URL https://chromewebstore.google.com/detail/ruler-measurement/fkfkjailjcijmghkonghlclbjkopjbgh
설명 Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)
파일 크기 122 KB
설치 횟수 36,423
현재 버전 2.3.0
최근 업데이트 2019-02-08
출시 날짜 2019-02-08
평점 3.34/5 총 38 개의 평점
개발자 Vadim Albarov
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ruler Measurement",
    "short_name": "Chrullex",
    "description": "Make you measurement easy with Chrullex (CH-rome RUL-er EX-tension)",
    "version": "2.3.0",
    "offline_enabled": true,
    "options_page": "options\/options.html",
    "page_action": {
        "default_icon": "images\/icon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "app\/resize.css",
                "app\/style.css"
            ],
            "scripts": [
                "jQuery\/jQuery.js",
                "jQuery\/Jquery-ui.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "app\/bootloader.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "commands": {
        "toggle": {
            "suggested_key": {
                "default": "Alt+Q"
            },
            "description": "Toggle Ruler"
        }
    }
}