Material DevTools Theme

A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.

Material DevTools Theme क्या है?

Material DevTools Theme Jonas Augsburger द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA."।

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

screenshot
screenshot
screenshot

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

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

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

                        This theme for the Chrome developer tools is meant primarily for IntelliJ IDEA users that use the Material Theme plugin, since it aims to bring the familiar color theme introduced by that plugin to the browser inspection tools. However, other users looking for an aesthetic change to their trusted tools are certainly very welcome to try this theme out, too.

Instructions to enable this (or any third-party) theme may be found in the associated GitHub repository, which is linked in the overview of this extension.

As mentioned, this theme takes inspiration from an IntelliJ IDEA plugin which you can find here:
https://plugins.jetbrains.com/plugin/8006-material-theme-ui

Please be aware that there is now an official Chrome Extension from the maintainers of the above-mentioned Material Theme plugin that can be found here: 
https://chrome.google.com/webstore/detail/material-devtools-theme-c/jmefikbdhgocdjeejjnnepgnfkkbpgjo                    

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

नाम Material DevTools Theme Material DevTools Theme
ID pmlofkkoaahmkmmebdkkcljmflocijlo
आधिकारिक URL https://chromewebstore.google.com/detail/material-devtools-theme/pmlofkkoaahmkmmebdkkcljmflocijlo
विवरण A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.
फ़ाइल का आकार 29.31 KB
स्थापना संख्या 3,223
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-08-18
प्रकाशन तिथि 2019-08-18
रेटिंग 4.50/5 कुल 14 रेटिंग्स
डेवलपर Jonas Augsburger
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jaysuz/material-dev-tools
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Material DevTools Theme",
    "version": "1.1",
    "description": "A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.",
    "manifest_version": 2,
    "author": "Jonas Augsburger",
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Get Material"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}