Color Code App
Displays the color codes for the current tab
ما هو Color Code App؟
Color Code App هو إضافة Chrome تم تطويرها بواسطة Ninja Apps، والميزة الرئيسية لها هي "Displays the color codes for the current tab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Color Code App
قم بتنزيل ملفات الامتداد Color Code App بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A web app that displays the color codes of the current website you're on. RGB Values, HSL Values and Hexadecimal Values.
معلومات أساسية عن التمديد
الاسم | |
ID | dfcjkncfhgnlnkdjoeohfkajopmoonnl |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/color-code-app/dfcjkncfhgnlnkdjoeohfkajopmoonnl |
الوصف | Displays the color codes for the current tab |
حجم الملف | 10.08 KB |
عدد التثبيتات | 131 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-01-12 |
تاريخ النشر | 2015-01-12 |
تقييم | 2.50/5 مجموع تقييمات 2 |
المطور | Ninja Apps |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Code App", "version": "1.0", "description": "Displays the color codes for the current tab", "browser_action": { "default_icon": "icon19-small.png", "default_title": "Color Code App" }, "background": { "scripts": [ "event.js" ], "persistent": false }, "permissions": [ " |