Themify

View the colors of a website

Themify란 무엇입니까?

Themify은(는) https://tonybatts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the colors of a website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Themify 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Need some inspiration for your next project? Quickly and easily see and copy colors from your favorite websites.

Are you a Web Developer? Great! Configure Themify to output colors in Hex or RGB for code friendly pasting.

Are you a Designer? Neato! Configure Themify to output colors in Hex without the "#" for Photoshop friendly pasting.

Do you just like colors? You, I like you. Configure Themify to output whatever your heart desires.

Need the color of that one pixel? Use the new Eye Dropper feature! Works for images, videos, and anything else on your screen.

Keyboard shortcuts:
Open Themify:
Windows: Alt+f
Mac: Option+f

Eye Dropper:
Windows: Alt+d
Mac: Option+f                    

확장 프로그램 기본 정보

이름 Themify Themify
ID depilomfokpbdjhmagangenafijekkjc
공식 URL https://chromewebstore.google.com/detail/themify/depilomfokpbdjhmagangenafijekkjc
설명 View the colors of a website
파일 크기 28.71 KB
설치 횟수 428
현재 버전 2.53
최근 업데이트 2022-04-21
출시 날짜 2021-05-16
평점 5.00/5 총 1 개의 평점
개발자 https://tonybatts.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tonybatts.com/
도움말 페이지 URL https://www.tonybatts.com#contact
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Themify",
    "version": "2.53",
    "description": "View the colors of a website",
    "short_name": "View the colors of a website",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+F",
                "mac": "Alt+F"
            }
        },
        "eye-dropper": {
            "suggested_key": {
                "default": "Alt+D",
                "mac": "Alt+D"
            },
            "description": "Opens eyedropper"
        }
    }
}