Golden Ratio
A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.
Qu'est-ce que Golden Ratio ?
Golden Ratio est une extension Chrome développée par Agentur Simon, et sa fonction principale est "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Golden Ratio
Téléchargez les fichiers d'extension Golden Ratio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Golden Ratio |
ID | jlidieenmdoobegfmnmeogammjjgcdal |
URL Officiel | https://chromewebstore.google.com/detail/golden-ratio/jlidieenmdoobegfmnmeogammjjgcdal |
Description | A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay. |
Taille du Fichier | 35.43 KB |
Nombre d'Installations | 802 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2019-08-12 |
Date de Publication | 2019-08-12 |
Évaluation | 4.50/5 Total 8 Évaluations |
Développeur | Agentur Simon |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |