Unstack Style Guide
Generate a brand style guide for any website instantly
Unstack Style Guide là gì?
Unstack Style Guide là một tiện ích mở rộng Chrome được phát triển bởi https://unstack.com, và tính năng chính của nó là "Generate a brand style guide for any website instantly".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unstack Style Guide
Tải xuống các tệp mở rộng Unstack Style Guide dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Unstack Style Guide |
ID | iabnnjcfonfnjhpmdgapgemfmgjlbjem |
URL Chính Thức | https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem |
Mô tả | Generate a brand style guide for any website instantly |
Kích Thước Tệp | 68.29 KB |
Số Lần Cài Đặt | 11,989 |
Phiên Bản Hiện Tại | 3.2.0 |
Cập Nhật Lần Cuối | 2021-05-13 |
Ngày Phát Hành | 2016-03-07 |
Đánh Giá | 4.53/5 Tổng số 19 Đánh Giá |
Nhà Phát Triển | https://unstack.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools |
URL Trang Trợ Giúp | https://support.unstack.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |