Unstack Style Guide
Generate a brand style guide for any website instantly
Что такое Unstack Style Guide?
Unstack Style Guide - это расширение Chrome, разработанное https://unstack.com, и его основная функция - "Generate a brand style guide for any website instantly".
Снимки экрана расширения
Скачать файл CRX расширения Unstack Style Guide
Скачайте файлы расширений Unstack Style Guide в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Unstack Style Guide |
ID | iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Официальный URL | https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Описание | Generate a brand style guide for any website instantly |
Размер файла | 68.29 KB |
Количество установок | 11,989 |
Текущая Версия | 3.2.0 |
Последнее Обновление | 2021-05-13 |
Дата публикации | 2016-03-07 |
Рейтинг | 4.53/5 Всего 19 оценок |
Разработчик | https://unstack.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools |
URL страницы помощи | https://support.unstack.com |
Поддерживаемые языки | 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" ] } |