RGB HEX Converter

This extension performs the conversion between rgb and hex. It's fast and stable.

RGB HEX Converterคืออะไร?

RGB HEX Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yizhao He และคุณลักษณะหลักของมันคือ "This extension performs the conversion between rgb and hex. It's fast and stable."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RGB HEX Converter

ดาวน์โหลดไฟล์ส่วนขยาย RGB HEX Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension performs the conversion between rgb and hex. It's fast, elegant and stable.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RGB HEX Converter RGB HEX Converter
ID ingginimfdkleceoglpialnhkioahnfe
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ingginimfdkleceoglpialnhkioahnfe
คำอธิบาย This extension performs the conversion between rgb and hex. It's fast and stable.
ขนาดไฟล์ 17.31 KB
จำนวนการติดตั้ง 124
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-11-17
วันที่เผยแพร่ 2015-11-17
ผู้พัฒนา Yizhao He
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://dafbang.com/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RGB HEX Converter",
    "description": "This extension performs the conversion between rgb and hex. It's fast and stable.",
    "version": "1.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    }
}