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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } } } |