Themify

View the colors of a website

Themify क्या है?

Themify https://tonybatts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the colors of a website"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Themify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}