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文件
下載Golden Ratio擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } } } |