Unstack Style Guide

Generate a brand style guide for any website instantly

Co je Unstack Style Guide?

Unstack Style Guide je rozšíření Chrome vyvinuté https://unstack.com, a jeho hlavní funkcí je „Generate a brand style guide for any website instantly“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Unstack Style Guide

Stáhněte si soubory rozšíření Unstack Style Guide ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Unstack Style Guide Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
Oficiální URL https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem
Popis Generate a brand style guide for any website instantly
Velikost souboru 68.29 KB
Počet instalací 11,989
Aktuální Verze 3.2.0
Poslední Aktualizace 2021-05-13
Datum Vydání 2016-03-07
Hodnocení 4.53/5 Celkem 19 Hodnocení
Vývojář https://unstack.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools
URL Stránky Nápovědy https://support.unstack.com
Podporované Jazyky 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"
    ]
}