Unstack Style Guide
Generate a brand style guide for any website instantly
Was ist Unstack Style Guide?
Unstack Style Guide ist eine Chrome-Erweiterung, die von https://unstack.com entwickelt wurde, und ihr Hauptmerkmal ist "Generate a brand style guide for any website instantly".
Erweiterungsscreenshots
Unstack Style Guide-Erweiterungs-CRX-Datei herunterladen
Laden Sie Unstack Style Guide-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Unstack Style Guide |
ID | iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Offizielle URL | https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Beschreibung | Generate a brand style guide for any website instantly |
Dateigröße | 68.29 KB |
Installationsanzahl | 11,989 |
Aktuelle Version | 3.2.0 |
Letztes Update | 2021-05-13 |
Veröffentlichungsdatum | 2016-03-07 |
Bewertung | 4.53/5 Insgesamt 19 Bewertungen |
Entwickler | https://unstack.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools |
Hilfeseite URL | https://support.unstack.com |
Unterstützte Sprachen | 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" ] } |