Palettes from Coolors
Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.
ما هو Palettes from Coolors؟
Palettes from Coolors هو إضافة Chrome تم تطويرها بواسطة rajesh64727، والميزة الرئيسية لها هي "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Palettes from Coolors
قم بتنزيل ملفات الامتداد Palettes from Coolors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hi, Shows "coolors.co" color palettes in your web page. It can be -repositioned -enabled/ disabled (by clicking on extension icon again) -used to get new palettes by pressing 'space' key again and again. This piece of work is meant not to harm any business interest of coolors.co and should be treated as compliment from a web developer. In case of any conflict please let me know earliest.
معلومات أساسية عن التمديد
الاسم | Palettes from Coolors |
ID | mdfgfkplamgcjdoelfkobgdoopbflloc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/palettes-from-coolors/mdfgfkplamgcjdoelfkobgdoopbflloc |
الوصف | Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser. |
حجم الملف | 12.64 KB |
عدد التثبيتات | 1,403 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-09-14 |
تاريخ النشر | 2020-08-16 |
المطور | rajesh64727 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://rajesh64727.github.io/ |
عنوان صفحة المساعدة | https://rajesh64727.github.io/ |
عنوان صفحة سياسة الخصوصية | https://rajesh64727.github.io/privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Palettes from Coolors", "version": "1.0", "description": "Enhanced 'Coolors for Chrome' extension. Generate beautiful palettes in the browser.", "browser_action": { "default_icon": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "content.css" ] } ], "permissions": [ "activeTab" ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" } } |