Unstack Style Guide
Generate a brand style guide for any website instantly
什么是Unstack Style Guide?
Unstack Style Guide是由https://unstack.com开发的Chrome扩展程序,该扩展的主要功能是“Generate a brand style guide for any website instantly”。
扩展截图
下载Unstack Style Guide扩展crx文件
下载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" ] } |