Golden Ratio
A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.
Golden Ratioคืออะไร?
Golden Ratio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Agentur Simon และคุณลักษณะหลักของมันคือ "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Golden Ratio
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } } } |