Unstack Style Guide

Generate a brand style guide for any website instantly

Unstack Style Guideคืออะไร?

Unstack Style Guide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://unstack.com และคุณลักษณะหลักของมันคือ "Generate a brand style guide for any website instantly"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unstack Style Guide

ดาวน์โหลดไฟล์ส่วนขยาย Unstack Style Guide ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Unstack Style Guide Unstack Style Guide
ID iabnnjcfonfnjhpmdgapgemfmgjlbjem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unstack-style-guide/iabnnjcfonfnjhpmdgapgemfmgjlbjem
คำอธิบาย Generate a brand style guide for any website instantly
ขนาดไฟล์ 68.29 KB
จำนวนการติดตั้ง 11,989
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2021-05-13
วันที่เผยแพร่ 2016-03-07
คะแนน 4.53/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา https://unstack.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.unstack.com/?utm_source=chrome-plugin&utm_medium=unstack_style_guide&utm_campaign=unstack_tools
URL หน้าช่วยเหลือ https://support.unstack.com
ภาษาที่รองรับ 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"
    ]
}