Color Space

This is extension let you to easily find color by it name. Also you can input color value in hex, rgb and hsv.

Color Spaceคืออะไร?

Color Space เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NorthernEyes และคุณลักษณะหลักของมันคือ "This is extension let you to easily find color by it name. Also you can input color value in hex, rgb and hsv."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Space

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

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

                        Color Space - this is unusual color picker. Did you know that a lot of colors has its own names, such as "Peach", "Khaki", "Mountbatten Pink," "Olive green Krayola," and even those funny names like "Frog in a swoon." This extension allows you to find the color of its name. Just imagine, in the database there is about 1000 colors! In addition, you can choose the color for the hex, rgb, hsv values ​​or by using the color tool, and extension at the same time you will pick the closest color name.

Features:
  * Search for colors with autocomplete (database is present around 1000 values)
  * Automatic indication rgb, hsv and hex values of color, as well as their location on the color tool.
  * Display of 4 closest to the primary color.
  * Easy navigation with beautiful color picker.
  * Selection of the closest color name on the entered rgb, hsv or hex values
  * Panel to remember your chosen color.
  * Two color dictionary: English and Russian. 

This extension is opensource and the source code can be found at:
https://github.com/northerneyes/ColorFinder
Version 1.3:
+ Add English color dictionary!

Version 1.2:
+ You can make the extension as a separate window
+ Enter into search  hex value or also CSS value color kinda of " rgb (222, 237, 255)" or "rgba (222, 237, 255, 0.4)" to find colors.                    

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

ชื่อ Color Space Color Space
ID ifmbfjgnachickfhchheghlmannlgcma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-space/ifmbfjgnachickfhchheghlmannlgcma
คำอธิบาย This is extension let you to easily find color by it name. Also you can input color value in hex, rgb and hsv.
ขนาดไฟล์ 404 KB
จำนวนการติดตั้ง 5,087
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2014-10-20
วันที่เผยแพร่ 2014-10-20
คะแนน 4.58/5 รวมทั้งหมด 53 คะแนน
ผู้พัฒนา NorthernEyes
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/northerneyes/ColorFinder
URL หน้าช่วยเหลือ https://github.com/northerneyes/ColorFinder
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Space",
    "default_locale": "ru",
    "version": "1.4",
    "manifest_version": 2,
    "description": "__MSG_extDescr__",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        "ColorDictionary.json"
    ],
    "background": {
        "scripts": [
            "js\/Colors.js",
            "jquery\/jquery-1.7.1.min.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}