Color Name Season Identifier

Identifies hex code, possible name, and possible wardrobe season for any pixel in the current tab page.

Color Name Season Identifierคืออะไร?

Color Name Season Identifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Little Corner Dev และคุณลักษณะหลักของมันคือ "Identifies hex code, possible name, and possible wardrobe season for any pixel in the current tab page."

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

screenshot
screenshot
screenshot

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

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

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

                        Is it "khaki", or is it "beige"?  Now you'll know what that color is probably called... by finding the closest match from digital standards like X11 and W3C as well as approximations of non-digital color sources like Crayola crayons.

Is it a good shade of blue for "Deep Winter" or for "True Summer"?  If you've ever finally figured out your wardrobe color season but still cannot tell which shade is right for you just by looking at it, next time you're looking at items on your browser, maybe this extension can help! 

PLEASE NOTE:  The digital color detected is subject to your computer's as well as your browser's color profile settings.  Different computers may not display a pixel exactly the same way.  This extension can only provide a best guess based on the particular hex code detected using your current color profile settings.  

===============
FEATURES:
* Click extension icon to open/close color detection information.
* Mouseover any pixel on the current tab to see detected color, closest name, and closest season.
* Changing tab url, scrolling, and clicking anywhere on current tab will reload image data.

COLOR DATA REFERENCES:
* https://en.wikipedia.org/wiki/X11_color_names
* https://www.w3schools.com/colors/colors_names.asp
* https://www.w3schools.com/colors/colors_crayola.asp
* https://www.w3schools.com/colors/colors_ral.asp
* https://en.wikipedia.org/wiki/Pantone
* https://theconceptwardrobe.com/colour-analysis-comprehensive-guides/which-colour-season-are-you

BUY ME A COFFEE:
This project took weeks of manually entering data for thousands of colors from multiple sources.  The logic code is maybe around 2000 lines, but the data file alone is over 8200 lines of code.  If you find this extension useful/fun and would like to send encouragement or have a feature enhancement you would like to see added, coffee would be greatly appreciated 🥰
https://www.buymeacoffee.com/LittleCornerDev

RELEASE NOTES:
0.0.3 Set link color 
0.0.2 Tweak description
0.0.1 Initial Release                    

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

ชื่อ Color Name Season Identifier Color Name Season Identifier
ID pddbkjjdhnmhmdeoaodeggedmebdhcgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/color-name-season-identif/pddbkjjdhnmhmdeoaodeggedmebdhcgp
คำอธิบาย Identifies hex code, possible name, and possible wardrobe season for any pixel in the current tab page.
ขนาดไฟล์ 40.36 KB
จำนวนการติดตั้ง 1,040
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2021-11-24
วันที่เผยแพร่ 2020-09-20
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Little Corner Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Name Season Identifier",
    "description": "Identifies hex code, possible name, and possible wardrobe season for any pixel in the current tab page.",
    "version": "0.0.3",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_title": "Color Name Season Identifier"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}