Unstack Style Guide
Generate a brand style guide for any website instantly
What is Unstack Style Guide?
Unstack Style Guide is a Chrome extension developed by https://unstack.com, and its main feature is "Generate a brand style guide for any website instantly".
Extension Screenshots
Download Unstack Style Guide Extension CRX File
Download Unstack Style Guide extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Unstack Style Guide |
ID | iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Official URL | https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Description | Generate a brand style guide for any website instantly |
File Size | 68.29 KB |
Installation Count | 11,989 |
Current Version | 3.2.0 |
Last Updated | 2021-05-13 |
Publish Date | 2016-03-07 |
Rating | 4.53/5 Total 19 Ratings |
Developer | https://unstack.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools |
Help Page URL | https://support.unstack.com |
Supported Languages | 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" ] } |