Rule of Thirds
Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.
Rule of Thirds란 무엇입니까?
Rule of Thirds은(는) Ivor Potter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds."입니다.
확장 프로그램 스크린샷
Rule of Thirds 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The is a simple extension to apply a 3 x 3 grid over any images found on a web page which are larger than 100px x 50px. The purpose of the grid is to help photographers visualise the Rule of Thirds. By displaying the grid over the image it is very simple to identify if a photograph's main focal points comply with the Rule of Thirds or not. v1.5 - 29 August 2014 * Ignore images with "display: none" styles * Fix circles on intersection points so they are drawn fully
확장 프로그램 기본 정보
이름 | Rule of Thirds |
ID | kgffnjnbbaoemeedbjbmkcclkpbdfblj |
공식 URL | https://chromewebstore.google.com/detail/rule-of-thirds/kgffnjnbbaoemeedbjbmkcclkpbdfblj |
설명 | Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds. |
파일 크기 | 55.91 KB |
설치 횟수 | 6,102 |
현재 버전 | 1.5 |
최근 업데이트 | 2014-08-29 |
출시 날짜 | 2014-08-29 |
평점 | 4.37/5 총 19 개의 평점 |
개발자 | Ivor Potter |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rule of Thirds", "description": "Simple extension to draw a 3 x 3 grid on an image to help visualise the Rule of Thirds.", "version": "1.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "name": "Rule of Thirds" } } |