Munin dark theme

A simple plugin that gives Munin pages a dark theme.

Munin dark theme क्या है?

Munin dark theme okor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple plugin that gives Munin pages a dark theme."।

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

screenshot

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

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

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

                        The plugin will attempt to detect if the current page is one served up by Munin. If it's a Munin page, it will inject a small amount of CSS, effectively creating a dark theme for Munin.

Get the source on Github: https://github.com/okor/munin-dark-chrome-extension                    

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

नाम Munin dark theme Munin dark theme
ID fgboabpjnnfofdmknkijjpaolikljolo
आधिकारिक URL https://chromewebstore.google.com/detail/munin-dark-theme/fgboabpjnnfofdmknkijjpaolikljolo
विवरण A simple plugin that gives Munin pages a dark theme.
फ़ाइल का आकार 13.98 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.0
अंतिम अपडेट 2013-09-24
प्रकाशन तिथि 2013-09-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर okor
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://jasonormand.com/2013/09/22/a-dark-munin-theme/
सहायता पृष्ठ URL https://github.com/okor/munin-dark-chrome-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Munin dark theme",
    "description": "A simple plugin that gives Munin pages a dark theme.",
    "version": "1.0",
    "homepage_url": "http:\/\/jasonormand.com\/2013\/09\/22\/a-dark-munin-theme\/",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "munin-dark-theme.css"
    ],
    "content_scripts": [
        {
            "js": [
                "munin-dark-theme.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}