Github Dark theme One Dark with ligatures

This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…

Github Dark theme One Dark with ligatures là gì?

Github Dark theme One Dark with ligatures là một tiện ích mở rộng Chrome được phát triển bởi Vladimir Mikhaylovskiy, và tính năng chính của nó là "This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Github Dark theme One Dark with ligatures

Tải xuống các tệp mở rộng Github Dark theme One Dark with ligatures 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 package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. 
Also changed font for code to support ligatures (requires https://github.com/tonsky/FiraCode installed locally).                    

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

Tên Github Dark theme One Dark with ligatures Github Dark theme One Dark with ligatures
ID nibmbfkmlnfmkfohcejnncjonfepppkk
URL Chính Thức https://chromewebstore.google.com/detail/github-dark-theme-one-dar/nibmbfkmlnfmkfohcejnncjonfepppkk
Mô tả This package will change appearance of all Github pages to dark theme, mostly based on Atom One Dark. Also changed font for code…
Kích Thước Tệp 27.25 KB
Số Lần Cài Đặt 382
Phiên Bản Hiện Tại 0.11
Cập Nhật Lần Cuối 2017-10-19
Ngày Phát Hành 2017-10-19
Đánh Giá 4.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Vladimir Mikhaylovskiy
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vovanmix/github-dark-theme
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Github Dark theme One Dark with ligatures",
    "version": "0.11",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "https:\/\/gist.github.com\/*"
            ],
            "css": [
                "app\/app.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}