Themify

View the colors of a website

Qu'est-ce que Themify ?

Themify est une extension Chrome développée par https://tonybatts.com, et sa fonction principale est "View the colors of a website".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Themify

Téléchargez les fichiers d'extension Themify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Themify Themify
ID depilomfokpbdjhmagangenafijekkjc
URL Officiel https://chromewebstore.google.com/detail/themify/depilomfokpbdjhmagangenafijekkjc
Description View the colors of a website
Taille du Fichier 28.71 KB
Nombre d'Installations 428
Version Actuelle 2.53
Dernière Mise à Jour 2022-04-21
Date de Publication 2021-05-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://tonybatts.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tonybatts.com/
URL de la Page d'Aide https://www.tonybatts.com#contact
Langues Prises en Charge 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"
        }
    }
}