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.”。
扩展截图
下载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 |
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" } } |