Unstack Style Guide

Generate a brand style guide for any website instantly

Cos'è Unstack Style Guide?

Unstack Style Guide è un'estensione di Chrome sviluppata da https://unstack.com, e la sua funzione principale è "Generate a brand style guide for any website instantly".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Unstack Style Guide

Scarica i file di estensione Unstack Style Guide in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Unstack Style Guide Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
URL Ufficiale https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem
Descrizione Generate a brand style guide for any website instantly
Dimensione del File 68.29 KB
Conteggio Installazioni 11,989
Versione Corrente 3.2.0
Ultimo Aggiornamento 2021-05-13
Data di Pubblicazione 2016-03-07
Valutazione 4.53/5 Totale 19 Valutazioni
Sviluppatore https://unstack.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools
URL della Pagina di Aiuto https://support.unstack.com
Lingue Supportate 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"
    ]
}