Color Tool

Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.

ما هو Color Tool؟

Color Tool هو إضافة Chrome تم تطويرها بواسطة Kirill Klimuk، والميزة الرئيسية لها هي "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Color Tool

قم بتنزيل ملفات الامتداد Color Tool بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Type "color" into the omnibox and start using the app.
To use, type either hex, rgb, hsv, hsl and the values. 
A range of available transformations will pop up.
Select the one you want. It will automatically be copied to your clipboard.                    

معلومات أساسية عن التمديد

الاسم Color Tool Color Tool
ID flmbopnfglddclobhlmlfahodcgdhaga
عنوان URL الرسمي https://chrome.google.com/webstore/detail/color-tool/flmbopnfglddclobhlmlfahodcgdhaga
الوصف Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.
حجم الملف 116 KB
عدد التثبيتات 69
النسخة الحالية 1.0.0
آخر تحديث 2014-11-17
تاريخ النشر 2014-11-17
تقييم 5.00/5 مجموع تقييمات 1
المطور Kirill Klimuk
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "index.html"
    },
    "description": "Convert colors from one format to another quickly through the omnibox. Copies result into your clipboard.",
    "icons": {
        "128": "assets\/color-tool-128x128.png",
        "16": "assets\/color-tool-16x16.png",
        "48": "assets\/color-tool-48x48.png"
    },
    "manifest_version": 2,
    "name": "Color Tool",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "color"
    },
    "permissions": [
        "clipboardRead"
    ],
    "version": "1.0.0"
}