Golden Ratio
A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.
Golden Ratio란 무엇입니까?
Golden Ratio은(는) Agentur Simon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay."입니다.
확장 프로그램 스크린샷
Golden Ratio 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Golden Ratio is a simple mathematical formula. It is used in design to achieve a symmetrical relationship between two proportions. This extension creates a movable and dragable layer with a graphical representation of the formula.
확장 프로그램 기본 정보
이름 | Golden Ratio |
ID | jlidieenmdoobegfmnmeogammjjgcdal |
공식 URL | https://chromewebstore.google.com/detail/golden-ratio/jlidieenmdoobegfmnmeogammjjgcdal |
설명 | A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay. |
파일 크기 | 35.43 KB |
설치 횟수 | 802 |
현재 버전 | 0.1 |
최근 업데이트 | 2019-08-12 |
출시 날짜 | 2019-08-12 |
평점 | 4.50/5 총 8 개의 평점 |
개발자 | Agentur Simon |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Golden Ratio", "version": "0.1", "manifest_version": 2, "description": "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.", "options_page": "settings.html", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "192": "images\/icon-192.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Golden Ratio" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+X", "windows": "Ctrl+Shift+X", "mac": "Command+Shift+X", "chromeos": "Ctrl+Shift+X", "linux": "Ctrl+Shift+X" } } } } |