Color Dev

Customize the color scheme of the developers favorite pages

Color Dev क्या है?

Color Dev APHIX द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Customize the color scheme of the developers favorite pages"।

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

screenshot
screenshot

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

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

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

                        Customize the color scheme of the code that appears in stackoverflow.

This is not a extension who customize the entire page. The main purpose is to beautify the code that you read from the stackoverflow.

Github, bitbucket and more are coming.

Check the source code in : https://github.com/rodrigore/ColorDev

--

Change log:
v1.1.4: Fix bug                    

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

नाम Color Dev Color Dev
ID kjccccpbheobmffklpejpgjapcbnlkng
आधिकारिक URL https://chrome.google.com/webstore/detail/color-dev/kjccccpbheobmffklpejpgjapcbnlkng
विवरण Customize the color scheme of the developers favorite pages
फ़ाइल का आकार 52.67 KB
स्थापना संख्या 45
वर्तमान संस्करण 1.1.4
अंतिम अपडेट 2013-09-06
प्रकाशन तिथि 2013-09-06
रेटिंग 3.33/5 कुल 3 रेटिंग्स
डेवलपर APHIX
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Color Dev",
    "version": "1.1.4",
    "manifest_version": 2,
    "description": "Customize the color scheme of the developers favorite pages",
    "homepage_url": "https:\/\/github.com\/rodrigore\/ColorDev",
    "icons": {
        "16": "icons\/icon16.png",
        "72": "icons\/icon72.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": "icons\/stack19.png",
        "default_title": "Choose your Color Scheme for stackoverflow (soon GitHub)",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/stackoverflow.com\/*"
    ]
}