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. 扩展基本信息
| 名称 | |
| 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"
}
}
}
} | |