Unstack Style Guide

Generate a brand style guide for any website instantly

Co to jest Unstack Style Guide?

Unstack Style Guide to rozszerzenie Chrome opracowane przez https://unstack.com, a jego główną funkcją jest „Generate a brand style guide for any website instantly”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Unstack Style Guide

Pobierz pliki rozszerzeń Unstack Style Guide w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unstack Style Guide Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
Oficjalny URL https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem
Opis Generate a brand style guide for any website instantly
Rozmiar pliku 68.29 KB
Liczba instalacji 11,989
Aktualna Wersja 3.2.0
Ostatnia Aktualizacja 2021-05-13
Data Publikacji 2016-03-07
Ocena 4.53/5 Łącznie 19 Oceny
Deweloper https://unstack.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools
Adres URL Strony Pomocy https://support.unstack.com
Obsługiwane Języki 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"
    ]
}