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 |
官方網址 | 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" } } |