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 |
| Eメール | [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"
}
}
}
} | |