Medium Dark

Gives a dark theme to medium web site so is easier to read.

Medium Dark là gì?

Medium Dark là một tiện ích mở rộng Chrome được phát triển bởi http://danielzamorano.pro, và tính năng chính của nó là "Gives a dark theme to medium web site so is easier to read.".

Ả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 Medium Dark

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

                        Enjoy medium articles in dark mode. 

We will keep updating and improving this plugin to get better styles, debug any issue and add features.

- Right now it's just working for the article page, home page is still in progress.
- It has permissions for all sites to be able to work also with domains inside medium. (we filter internally so is not affecting other pages)
- Some async content is having problems to get the styles (we are working on it)                    

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

Tên Medium Dark Medium Dark
ID ogghkkonjkglempfkojfbmjgnahllbao
URL Chính Thức https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao
Mô tả Gives a dark theme to medium web site so is easier to read.
Kích Thước Tệp 14.21 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2019-11-04
Ngày Phát Hành 2019-11-04
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://danielzamorano.pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielzamorano.pro
URL Trang Trợ Giúp https://danielzamorano.pro
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Dark",
    "version": "0.1.0",
    "description": "Gives a dark theme to medium web site so is easier to read.",
    "permissions": [
        "activeTab"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "medium-dark.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/medium-dark-16.png",
        "32": "images\/medium-dark-32.png",
        "48": "images\/medium-dark-48.png",
        "128": "images\/medium-dark-128.png"
    },
    "manifest_version": 2
}