Material Design Palette
Select a HTML element and change its colors based on this material design colors palette
ما هو Material Design Palette؟
Material Design Palette هو إضافة Chrome تم تطويرها بواسطة Anderson Mamede، والميزة الرئيسية لها هي "Select a HTML element and change its colors based on this material design colors palette".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Material Design Palette
قم بتنزيل ملفات الامتداد Material Design Palette بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Material Design Palette is an easy-to-use extension where you select a HTML element or type in a CSS/jQuery selector and you can change, in real time, its text, background and border color using its embedded material design colors (palette). After some changes, you can just copy the generated CSS code and save on your HTML page. It is intended to make HTML elements color changing fast and easy.
معلومات أساسية عن التمديد
الاسم | Material Design Palette |
ID | iklaoaeikobdklaggagbapdkhamhdjoc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/material-design-palette/iklaoaeikobdklaggagbapdkhamhdjoc |
الوصف | Select a HTML element and change its colors based on this material design colors palette |
حجم الملف | 45.83 KB |
عدد التثبيتات | 863 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-11-04 |
تاريخ النشر | 2016-11-04 |
المطور | Anderson Mamede |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.1", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "browser_action": { "default_icon": "icon.png", "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "panel.html", "close.svg", "move.svg", "search.svg", "search-white.svg", "code.svg", "help.svg" ], "permissions": [ "activeTab", "storage" ] } |