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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}