Unstack Style Guide

Generate a brand style guide for any website instantly

Vad är Unstack Style Guide?

Unstack Style Guide är en Chrome-tillägg utvecklad av https://unstack.com, och dess huvudfunktion är "Generate a brand style guide for any website instantly".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Unstack Style Guide-förlängningens CRX-fil

Ladda ner Unstack Style Guide-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Unstack Style Guide Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
Officiell webbadress https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem
Beskrivning Generate a brand style guide for any website instantly
Filstorlek 68.29 KB
Antal Installationer 11,989
Aktuell Version 3.2.0
Senast Uppdaterad 2021-05-13
Publiceringsdatum 2016-03-07
Betyg 4.53/5 Totalt 19 Betyg
Utvecklare https://unstack.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools
Hjälpsida URL https://support.unstack.com
Stödda Språk 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"
    ]
}