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
公式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
Eメール [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"
    ]
}