Unstack Style Guide
Generate a brand style guide for any website instantly
Wat is Unstack Style Guide?
Unstack Style Guide is een Chrome-extensie ontwikkeld door https://unstack.com, en de belangrijkste functie is "Generate a brand style guide for any website instantly".
Extensie Screenshots
Download het CRX-bestand van de extensie Unstack Style Guide
Download Unstack Style Guide-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Unstack Style Guide |
ID | iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Officiële URL | https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Beschrijving | Generate a brand style guide for any website instantly |
Bestandsgrootte | 68.29 KB |
Aantal Installaties | 11,989 |
Huidige Versie | 3.2.0 |
Laatst Bijgewerkt | 2021-05-13 |
Publicatiedatum | 2016-03-07 |
Beoordeling | 4.53/5 Totaal 19 Beoordelingen |
Ontwikkelaar | https://unstack.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools |
Help Pagina-URL | https://support.unstack.com |
Ondersteunde Talen | 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" ] } |