Color Grab
Steal beautiful colors from Dribbble easily.
ما هو Color Grab؟
Color Grab هو إضافة Chrome تم تطويرها بواسطة tekeste.kidanu، والميزة الرئيسية لها هي "Steal beautiful colors from Dribbble easily.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Color Grab
قم بتنزيل ملفات الامتداد Color Grab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes copying colors from Dribbble shots as easy a single click. Click your favorite color from the chips next to a shot and the Hex code is available on your clipboard!
معلومات أساسية عن التمديد
الاسم | Color Grab |
ID | aiamoeimgpbjfhmagepggjdickchgpfd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/color-grab/aiamoeimgpbjfhmagepggjdickchgpfd |
الوصف | Steal beautiful colors from Dribbble easily. |
حجم الملف | 46.97 KB |
عدد التثبيتات | 698 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-07-06 |
تاريخ النشر | 2018-07-06 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | tekeste.kidanu |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Color Grab", "description": "Steal beautiful colors from Dribbble easily.", "version": "1.0", "homepage_url": "https:\/\/twitter.com\/iamtekeste", "manifest_version": 2, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "128": "128-icon.png" }, "permissions": [ "activeTab", "https:\/\/dribbble.com\/*" ], "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/dribbble.com\/*" ], "css": [ "tippy.css", "content.css" ], "js": [ "tippy.min.js", "bundle.js" ] } ] } |