Coloroo - color picker and palette manager
Modern free open-source color picker and palette manager. Share palettes, download as CSV or SVG, monochromatic, analogous colors...
ما هو Coloroo - color picker and palette manager؟
Coloroo - color picker and palette manager هو إضافة Chrome تم تطويرها بواسطة coloroo.dev، والميزة الرئيسية لها هي "Modern free open-source color picker and palette manager. Share palettes, download as CSV or SVG, monochromatic, analogous colors...".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coloroo - color picker and palette manager
قم بتنزيل ملفات الامتداد Coloroo - color picker and palette manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
< BETA VERSION >
=========
Your next new modern free open-source color picker and palette manager.
=========
Updates from last version:
- included color picker widget
- improved design
- added inspector page
- added features to inspector
- added links to account page
=========
Features:
- free extension with the possibility to create an account and store palettes
- color picker widget
New updates will be published every month.
=========
Current version: 0.0.0.6
Uploaded: 16.01.2020 معلومات أساسية عن التمديد
| الاسم | |
| ID | ngndhplncgjcgmlkjekdbkgffmkjcjfj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/coloroo-color-picker-and/ngndhplncgjcgmlkjekdbkgffmkjcjfj |
| الوصف | Modern free open-source color picker and palette manager. Share palettes, download as CSV or SVG, monochromatic, analogous colors... |
| حجم الملف | 4.36 MB |
| عدد التثبيتات | 79 |
| النسخة الحالية | 0.0.0.6 |
| آخر تحديث | 2021-01-18 |
| تاريخ النشر | 2020-12-13 |
| المطور | coloroo.dev |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://coloroo.dev |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Coloroo - color picker and palette manager",
"description": "Modern free open-source color picker and palette manager. Share palettes, download as CSV or SVG, monochromatic, analogous colors...",
"version": "0.0.0.6",
"manifest_version": 2,
"browser_action": {
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |