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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Unstack Style Guide 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}