Unstack Style Guide
Generate a brand style guide for any website instantly
O que é Unstack Style Guide?
Unstack Style Guide é uma extensão do Chrome desenvolvida por https://unstack.com, e sua principal característica é "Generate a brand style guide for any website instantly".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Unstack Style Guide
Baixe arquivos de extensão Unstack Style Guide 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
The Unstack Style Guide is a Chrome extension that lets you easily and efficiently grab all the design information you need from any website, including the brand palette, text colors, and font types. Whether you’re looking for website inspiration or designing branded content, you can use this free tool to grab all the style guide information you need with just one click—no digging through code, no sending another email.
Informações Básicas da Extensão
Nome | Unstack Style Guide |
ID | iabnnjcfonfnjhpmdgapgemfmgjlbjem |
URL Oficial | https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Descrição | Generate a brand style guide for any website instantly |
Tamanho do Arquivo | 68.29 KB |
Contagem de Instalações | 11,989 |
Versão Atual | 3.2.0 |
Última Atualização | 2021-05-13 |
Data de Publicação | 2016-03-07 |
Classificação | 4.53/5 Total de 19 Avaliações |
Desenvolvedor | https://unstack.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools |
URL da Página de Ajuda | https://support.unstack.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unstack Style Guide", "description": "Generate a brand style guide for any website instantly", "version": "3.2.0", "browser_action": { "default_icon": "logo-favicon.png", "default_popup": "index.html", "default_title": "Unstack Style Guide" }, "sandbox": { "pages": [ "template.html" ] }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "web_accessible_resources": [ "main.js", "views\/content.ejs" ] } |