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文件

下載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 Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
官方網址 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"
    ]
}