More Colors

One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.

More Colors क्या है?

More Colors Daniel W द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling."।

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

screenshot
screenshot

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

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

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

                        One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.                    

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

नाम More Colors More Colors
ID annnclmombcdbkkadbffibajhjpopgdo
आधिकारिक URL https://chrome.google.com/webstore/detail/more-colors/annnclmombcdbkkadbffibajhjpopgdo
विवरण One you install this extension, everything will look more colorful, and less boring. Another app for personal use or for trolling.
फ़ाइल का आकार 5.15 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2014-09-25
प्रकाशन तिथि 2014-09-25
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर Daniel W
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.danielw.org
सहायता पृष्ठ URL http://www.danielw.org
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "More Colors",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "background"
    ],
    "icons": {
        "16": "color.png"
    },
    "browser_action": {
        "default_title": "Makes your internet experience a little more colorful",
        "default_icon": "color.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "hover.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}