Material DevTools Theme

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

Material DevTools Theme là gì?

Material DevTools Theme là một tiện ích mở rộng Chrome được phát triển bởi Jonas Augsburger, và tính năng chính của nó là "A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Material DevTools Theme

Tải xuống các tệp mở rộng Material DevTools Theme dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Material DevTools Theme Material DevTools Theme
ID pmlofkkoaahmkmmebdkkcljmflocijlo
URL Chính Thức https://chromewebstore.google.com/detail/material-devtools-theme/pmlofkkoaahmkmmebdkkcljmflocijlo
Mô tả A developer tools color theme inspired by the Material Theme UI plugin for IntelliJ IDEA.
Kích Thước Tệp 29.31 KB
Số Lần Cài Đặt 3,223
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-08-18
Ngày Phát Hành 2019-08-18
Đánh Giá 4.50/5 Tổng số 14 Đánh Giá
Nhà Phát Triển Jonas Augsburger
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jaysuz/material-dev-tools
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}