ColorFlick for Dribbble

Developer friendly color palette extension for Dribbble

Qu'est-ce que ColorFlick for Dribbble ?

ColorFlick for Dribbble est une extension Chrome développée par Thiyagaraj T, et sa fonction principale est "Developer friendly color palette extension for Dribbble".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ColorFlick for Dribbble

Téléchargez les fichiers d'extension ColorFlick for Dribbble 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

                        Lot of us look out for color inspirations from Dribbble. Copying hex codes has always been difficult. ColorFlick for Dribbble introduces a developer friendly color palette to quickly copy hex codes to your clipboard. Also there is Coolors(https://coolors.co) palette link as well too save a shareable palette from you favourite Dribbble shot.                    

Informations de Base sur l'Extension

Nom ColorFlick for Dribbble ColorFlick for Dribbble
ID biemhkdecdmbffonfjjdhahmghllkcon
URL Officiel https://chromewebstore.google.com/detail/colorflick-for-dribbble/biemhkdecdmbffonfjjdhahmghllkcon
Description Developer friendly color palette extension for Dribbble
Taille du Fichier 27.64 KB
Nombre d'Installations 58
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-08-01
Date de Publication 2020-07-31
Évaluation 5.00/5 Total 1 Évaluations
Développeur Thiyagaraj T
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ColorFlick for Dribbble",
    "version": "0.0.1",
    "description": "Developer friendly color palette extension for Dribbble",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Thiyagaraj (https:\/\/twitter.com\/thewizardjs)",
    "web_accessible_resources": [
        "icons\/*",
        "assets\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/dribbble.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}