Online Color Picker

Colors palette with color conversion to RGBA, HEXA and HSVA.

Online Color Picker란 무엇입니까?

Online Color Picker은(는) https://onlinecolor-picker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Colors palette with color conversion to RGBA, HEXA and HSVA."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Online Color Picker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension is a great utility for any graphics designers or web developers, or for anyone who just really likes colors. Find the right color for your design and search the web from the new tab every time. Color Picker lets you pick the color you want and shows you the HEX values, RGB channels, hue, saturation and value.

By clicking "Add to Chrome", I accept and agree to installing the Online Color Picker Chrome extension and setting Chrome™ New Tab, Homepage takeover to that provided by the service with search results by Bing, and the Terms of Use and Privacy Policy. 
 
Features:
- Extensive Range of colour code formats: RGBA, HEXA and HSVA.
- You can get any format of color Like RGBA, HEXA, and HSVA etc on one click.
- Copying the colour code to the clipboard with one mouse click.
- Free to use, Online Color Picker is 100% free chrome extension, and you can use it as much as you want!

Have fun!l 

Terms of Use: https://onlinecolor-picker.com/terms-conditions/
Privacy Policy: https://onlinecolor-picker.com/privacy-policy/                    

확장 프로그램 기본 정보

이름 Online Color Picker Online Color Picker
ID lbdicgehchkdheonhihpeonmgkbocfho
공식 URL https://chromewebstore.google.com/detail/online-color-picker/lbdicgehchkdheonhihpeonmgkbocfho
설명 Colors palette with color conversion to RGBA, HEXA and HSVA.
파일 크기 1015 KB
설치 횟수 57,337
현재 버전 1.0.3
최근 업데이트 2022-04-11
출시 날짜 2022-01-21
평점 1.00/5 총 1 개의 평점
개발자 https://onlinecolor-picker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://onlinecolor-picker.com/
개인정보 보호 정책 페이지 URL https://onlinecolor-picker.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Online Color Picker",
    "short_name": "Onlie Color Picker",
    "version": "1.0.3",
    "description": "Colors palette with color conversion to RGBA, HEXA and HSVA.",
    "icons": {
        "128": "icons\/128x128.png"
    },
    "action": {
        "browser_style": true,
        "default_title": "Online Color Picker",
        "default_popup": "index.html"
    },
    "author": "Lakes Media",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}