Unstack Style Guide
Generate a brand style guide for any website instantly
Qu'est-ce que Unstack Style Guide ?
Unstack Style Guide est une extension Chrome développée par https://unstack.com, et sa fonction principale est "Generate a brand style guide for any website instantly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Unstack Style Guide
Téléchargez les fichiers d'extension Unstack Style Guide 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
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.
Informations de Base sur l'Extension
Nom | Unstack Style Guide |
ID | iabnnjcfonfnjhpmdgapgemfmgjlbjem |
URL Officiel | https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Description | Generate a brand style guide for any website instantly |
Taille du Fichier | 68.29 KB |
Nombre d'Installations | 11,989 |
Version Actuelle | 3.2.0 |
Dernière Mise à Jour | 2021-05-13 |
Date de Publication | 2016-03-07 |
Évaluation | 4.53/5 Total 19 Évaluations |
Développeur | https://unstack.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools |
URL de la Page d'Aide | https://support.unstack.com |
Langues Prises en Charge | 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" ] } |