Golden Ratio
A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.
What is Golden Ratio?
Golden Ratio is a Chrome extension developed by Agentur Simon, and its main feature is "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.".
Extension Screenshots
Download Golden Ratio Extension CRX File
Download Golden Ratio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Golden Ratio |
ID | jlidieenmdoobegfmnmeogammjjgcdal |
Official URL | https://chromewebstore.google.com/detail/golden-ratio/jlidieenmdoobegfmnmeogammjjgcdal |
Description | A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay. |
File Size | 35.43 KB |
Installation Count | 802 |
Current Version | 0.1 |
Last Updated | 2019-08-12 |
Publish Date | 2019-08-12 |
Rating | 4.50/5 Total 8 Ratings |
Developer | Agentur Simon |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } } |