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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unstack Style Guide
قم بتنزيل ملفات الامتداد Unstack Style Guide بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة المساعدة | 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" ] } |