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によって開発されたChromeの拡張機能で、その主な機能は「A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Material DevTools Theme拡張機能のCRXファイルをダウンロード

Material DevTools Theme拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    }
}