Color Extraction by Qvalento

This extension extract colors from elements on the page in hex and rgb.

Color Extraction by Qvalento란 무엇입니까?

Color Extraction by Qvalento은(는) https://qvalento.se에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension extract colors from elements on the page in hex and rgb."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Color Extraction by Qvalento 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a quick way of extracting colors that are being used on a web page and then copy them to the clipboard. The extension will crawl main elements on the web page and extract both color and background color from the CSS.                    

확장 프로그램 기본 정보

이름 Color Extraction by Qvalento Color Extraction by Qvalento
ID hadabhlhfpnmlllfjgfdnbccnhgnmefl
공식 URL https://chromewebstore.google.com/detail/color-extraction-by-qvale/hadabhlhfpnmlllfjgfdnbccnhgnmefl
설명 This extension extract colors from elements on the page in hex and rgb.
파일 크기 387 KB
설치 횟수 229
현재 버전 3.0
최근 업데이트 2020-05-22
출시 날짜 2020-05-22
평점 5.00/5 총 3 개의 평점
개발자 https://qvalento.se
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Linus Larsson",
    "name": "Color Extraction by Qvalento",
    "description": "This extension extract colors from elements on the page in hex and rgb.",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "clipboardWrite"
    ],
    "icons": {
        "16": "color_extraction_logo_16.png",
        "48": "color_extraction_logo_48.png",
        "128": "color_extraction_logo_128.png"
    },
    "browser_action": {
        "default_icon": "color_extraction_logo_48.png",
        "default_popup": "popup.html"
    }
}