Munin dark theme

A simple plugin that gives Munin pages a dark theme.

Munin dark theme là gì?

Munin dark theme là một tiện ích mở rộng Chrome được phát triển bởi okor, và tính năng chính của nó là "A simple plugin that gives Munin pages a dark theme.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Munin dark theme

Tải xuống các tệp mở rộng Munin dark 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

                        The plugin will attempt to detect if the current page is one served up by Munin. If it's a Munin page, it will inject a small amount of CSS, effectively creating a dark theme for Munin.

Get the source on Github: https://github.com/okor/munin-dark-chrome-extension                    

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

Tên Munin dark theme Munin dark theme
ID fgboabpjnnfofdmknkijjpaolikljolo
URL Chính Thức https://chromewebstore.google.com/detail/munin-dark-theme/fgboabpjnnfofdmknkijjpaolikljolo
Mô tả A simple plugin that gives Munin pages a dark theme.
Kích Thước Tệp 13.98 KB
Số Lần Cài Đặt 19
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-09-24
Ngày Phát Hành 2013-09-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển okor
Loại Thanh Toán free
Trang Web Mở Rộng http://jasonormand.com/2013/09/22/a-dark-munin-theme/
URL Trang Trợ Giúp https://github.com/okor/munin-dark-chrome-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Munin dark theme",
    "description": "A simple plugin that gives Munin pages a dark theme.",
    "version": "1.0",
    "homepage_url": "http:\/\/jasonormand.com\/2013\/09\/22\/a-dark-munin-theme\/",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "munin-dark-theme.css"
    ],
    "content_scripts": [
        {
            "js": [
                "munin-dark-theme.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ]
}