Golden Ratio
A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.
Cos'è Golden Ratio?
Golden Ratio è un'estensione di Chrome sviluppata da Agentur Simon, e la sua funzione principale è "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Golden Ratio
Scarica i file di estensione Golden Ratio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jlidieenmdoobegfmnmeogammjjgcdal |
| URL Ufficiale | https://chromewebstore.google.com/detail/golden-ratio/jlidieenmdoobegfmnmeogammjjgcdal |
| Descrizione | A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay. |
| Dimensione del File | 35.43 KB |
| Conteggio Installazioni | 802 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2019-08-12 |
| Data di Pubblicazione | 2019-08-12 |
| Valutazione | 4.50/5 Totale 8 Valutazioni |
| Sviluppatore | Agentur Simon |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
}
}
} | |