Colorify (Grab ANY color and get the name!)

Color tool for assistance with colors when browsing!

Colorify (Grab ANY color and get the name!)คืออะไร?

Colorify (Grab ANY color and get the name!) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Manzey และคุณลักษณะหลักของมันคือ "Color tool for assistance with colors when browsing!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Colorify (Grab ANY color and get the name!)

ดาวน์โหลดไฟล์ส่วนขยาย Colorify (Grab ANY color and get the name!) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Welcome to Colorify!

Colorify is a color assistance tool, primarily created to help with people that have some form of colorblindness.

With the help of Colorify you can:
* Select a pixel on any page and get the colors name, RGB & HEX-values
* Easily access and utilize a color palette directly in your browser
* Search for a basic color and get one or two variations of it, with RGB & HEX.

--

Version: 1.0.2

The extension will gradually be improved with new features and color support for searching!

Upcoming:
- Improve color naming system.
- More futuristic layout.

UPDATES:

09/07/2017:
Added support for dynamically scrolling whilst picking a color and overall quality improvements.                    

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

ชื่อ Colorify (Grab ANY color and get the name!) Colorify (Grab ANY color and get the name!)
ID khmkbmhcijchhbnbaadifbfjljkgfhhc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/khmkbmhcijchhbnbaadifbfjljkgfhhc
คำอธิบาย Color tool for assistance with colors when browsing!
ขนาดไฟล์ 80.61 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2017-11-29
วันที่เผยแพร่ 2017-11-29
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Manzey
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorify (Grab ANY color and get the name!)",
    "description": "Color tool for assistance with colors when browsing!",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "subpages\/sampler.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "tools\/color_classifier.js",
                "tools\/html2canvas.js",
                "js\/samplerDOM.js"
            ]
        }
    ]
}