Unstack Style Guide

Generate a brand style guide for any website instantly

Hvad er Unstack Style Guide?

Unstack Style Guide er en Chrome-udvidelse udviklet af https://unstack.com, og dens hovedfunktion er "Generate a brand style guide for any website instantly".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Unstack Style Guide-udvidelses-CRX-fil

Download Unstack Style Guide-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Unstack Style Guide Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
Officiel URL https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem
Beskrivelse Generate a brand style guide for any website instantly
Filstørrelse 68.29 KB
Antal Installationer 11,989
Nuværende Version 3.2.0
Senest Opdateret 2021-05-13
Udgivelsesdato 2016-03-07
Bedømmelse 4.53/5 Samlet 19 Bedømmelser
Udvikler https://unstack.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools
Hjælpeside-URL https://support.unstack.com
Understøttede Sprog 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"
    ]
}