Themify

View the colors of a website

什么是Themify?

Themify是由https://tonybatts.com开发的Chrome扩展程序,该扩展的主要功能是“View the colors of a website”。

扩展截图

screenshot
screenshot

下载Themify扩展crx文件

下载Themify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        }
    }
}