Golden Ratio
A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.
O que é Golden Ratio?
Golden Ratio é uma extensão do Chrome desenvolvida por Agentur Simon, e sua principal característica é "A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Golden Ratio
Baixe arquivos de extensão Golden Ratio no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Golden Ratio |
ID | jlidieenmdoobegfmnmeogammjjgcdal |
URL Oficial | https://chromewebstore.google.com/detail/golden-ratio/jlidieenmdoobegfmnmeogammjjgcdal |
Descrição | A Google Chrome extension that lets you drag, resize and flip a golden ratio overlay. |
Tamanho do Arquivo | 35.43 KB |
Contagem de Instalações | 802 |
Versão Atual | 0.1 |
Última Atualização | 2019-08-12 |
Data de Publicação | 2019-08-12 |
Classificação | 4.50/5 Total de 8 Avaliações |
Desenvolvedor | Agentur Simon |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } } |