colorful

colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…

colorful क्या है?

colorful pierre depaz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…"।

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

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

crx प्रारूप में colorful एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        colorful changes the blackness of html text into a random gradient of colors.

click on the colorful icon on the top left of your chrome window to automatically color words!                    

एक्सटेंशन की मूल जानकारी

नाम colorful colorful
ID obkobkceidjpfihjnkocoofibggihopp
आधिकारिक URL https://chromewebstore.google.com/detail/colorful/obkobkceidjpfihjnkocoofibggihopp
विवरण colorful changes the blackness of html text into a random gradient of colors. click on the colorful icon on the top left of your…
फ़ाइल का आकार 38.97 KB
स्थापना संख्या 16
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-02-14
प्रकाशन तिथि 2016-02-14
डेवलपर pierre depaz
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://pierredepaz.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "colorful",
    "manifest_version": 2,
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "color_changer.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "color_listener.js"
        ]
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "name": "colorful",
        "default_icons": "icon_128.png",
        "default_title": "colorful"
    }
}