Golden Ratio
A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.
Golden Ratio là gì?
Golden Ratio là một tiện ích mở rộng Chrome được phát triển bởi Agentur Simon, và tính năng chính của nó là "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Golden Ratio
Tải xuống các tệp mở rộng Golden Ratio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Golden Ratio |
ID | jlidieenmdoobegfmnmeogammjjgcdal |
URL Chính Thức | https://chromewebstore.google.com/detail/golden-ratio/jlidieenmdoobegfmnmeogammjjgcdal |
Mô tả | A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay. |
Kích Thước Tệp | 35.43 KB |
Số Lần Cài Đặt | 802 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2019-08-12 |
Ngày Phát Hành | 2019-08-12 |
Đánh Giá | 4.50/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Agentur Simon |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } } |