Github dark theme

This extension provides a simple dark theme for github.com

Github dark theme là gì?

Github dark theme là một tiện ích mở rộng Chrome được phát triển bởi benrlodge, và tính năng chính của nó là "This extension provides a simple dark theme for github.com".

Ả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 Github dark theme

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

                        This extension provides a simple dark theme for github.com as an alternative to the default light theme.                    

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

Tên Github dark theme Github dark theme
ID llhodmljacflfmfdhpfkjlohlfgflhga
URL Chính Thức https://chrome.google.com/webstore/detail/github-dark-theme/llhodmljacflfmfdhpfkjlohlfgflhga
Mô tả This extension provides a simple dark theme for github.com
Kích Thước Tệp 80.86 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-01-17
Ngày Phát Hành 2015-01-17
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển benrlodge
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github dark theme",
    "description": "This extension provides a simple dark theme for github.com",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*\/*",
                "https:\/\/www.github.com\/*\/*"
            ],
            "css": [
                "darktheme.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}