Grid Ruler
Create grids and measure their distance easily.
Grid Ruler란 무엇입니까?
Grid Ruler은(는) tgohn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create grids and measure their distance easily."입니다.
확장 프로그램 스크린샷
Grid Ruler 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It allow you to creates vertical and horizontal grids, Photoshop style. It has a ruler to measure distance between your grids too. #How to use: - drag from main vertical/horizontal ruler to create grids. - click on intersection of vertical ruler and horizontal ruler to go into ruler mode. - while in ruler mode, holdkey to get a straight line.
확장 프로그램 기본 정보
이름 | Grid Ruler |
ID | joadogiaiabhmggdifljlpkclnpfncmj |
공식 URL | https://chromewebstore.google.com/detail/grid-ruler/joadogiaiabhmggdifljlpkclnpfncmj |
설명 | Create grids and measure their distance easily. |
파일 크기 | 283 KB |
설치 횟수 | 176,516 |
현재 버전 | 0.2.1 |
최근 업데이트 | 2014-04-15 |
출시 날짜 | 2014-04-15 |
평점 | 3.73/5 총 323 개의 평점 |
개발자 | tgohn |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/tgohn/chrome-ruler |
도움말 페이지 URL | https://github.com/tgohn/chrome-ruler/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grid Ruler", "version": "0.2.1", "description": "Create grids and measure their distance easily.", "icons": { "16": "assets\/icon_16.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "browser_action": { "default_icon": { "19": "assets\/icon_19.png", "38": "assets\/icon_38.png" }, "default_title": "Grid Ruler" }, "permissions": [ "activeTab" ], "background": { "scripts": [ ".\/src\/chrome\/background.js" ], "persistent": false } } |