Wikipedia Dark Mode

View the Wikipedia website with a dark color scheme instead of the default light scheme.

Wikipedia Dark Mode là gì?

Wikipedia Dark Mode là một tiện ích mở rộng Chrome được phát triển bởi Dirk Lach, và tính năng chính của nó là "View the Wikipedia website with a dark color scheme instead of the default light scheme.".

Ả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 Wikipedia Dark Mode

Tải xuống các tệp mở rộng Wikipedia Dark Mode 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 is useful for users who prefer a darker aesthetic, or for those who find the dark mode easier on the eyes when reading for extended periods of time. The plugin can be easily installed from the Chrome Web Store and activated with the click of a button. Once enabled, the Wikipedia website will automatically switch to a dark color scheme, providing a more immersive and comfortable reading experience.                    

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

Tên Wikipedia Dark Mode Wikipedia Dark Mode
ID jallfikmipepigfdkhpcpbpdeoindjme
URL Chính Thức https://chromewebstore.google.com/detail/wikipedia-dark-mode/jallfikmipepigfdkhpcpbpdeoindjme
Mô tả View the Wikipedia website with a dark color scheme instead of the default light scheme.
Kích Thước Tệp 83.39 KB
Số Lần Cài Đặt 327
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2022-12-08
Ngày Phát Hành 2022-12-06
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Dirk Lach
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.dirklach.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wikipedia Dark Mode",
    "version": "0.1.2",
    "description": "View the Wikipedia website with a dark color scheme instead of the default light scheme.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wikipedia.org\/*"
            ]
        }
    ]
}