The Color Palette
This extension displays the color palette details for the Google logo.
ما هو The Color Palette؟
The Color Palette هو إضافة Chrome تم تطويرها بواسطة https://ignitionedu.com، والميزة الرئيسية لها هي "This extension displays the color palette details for the Google logo.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The Color Palette
قم بتنزيل ملفات الامتداد The Color Palette بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension simply displays the hex, RGB, and HSL color palette details for the Google logo. This can be handy for designers of any level of expertise.
معلومات أساسية عن التمديد
الاسم | The Color Palette |
ID | ngmcgneogndcgfgooldbhhgkdcpepjlc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/the-color-palette/ngmcgneogndcgfgooldbhhgkdcpepjlc |
الوصف | This extension displays the color palette details for the Google logo. |
حجم الملف | 16.83 KB |
عدد التثبيتات | 305 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-01-02 |
تاريخ النشر | 2016-01-02 |
المطور | https://ignitionedu.com |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Color Palette", "description": "This extension displays the color palette details for the Google logo.", "version": "1.2", "icons": { "128": "icon_128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html" }, "permissions": [] } |