Unstack Style Guide

Generate a brand style guide for any website instantly

Apa itu Unstack Style Guide?

Unstack Style Guide adalah ekstensi Chrome yang dikembangkan oleh https://unstack.com, dan fitur utamanya adalah "Generate a brand style guide for any website instantly".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Unstack Style Guide

Unduh file ekstensi Unstack Style Guide dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Unstack Style Guide Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
URL Resmi https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem
Deskripsi Generate a brand style guide for any website instantly
Ukuran File 68.29 KB
Jumlah Instalasi 11,989
Versi Saat Ini 3.2.0
Terakhir Diperbarui 2021-05-13
Tanggal Publikasi 2016-03-07
Penilaian 4.53/5 Total 19 Penilaian
Pengembang https://unstack.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools
URL Halaman Bantuan https://support.unstack.com
Bahasa yang Didukung 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"
    ]
}