The Odin Project Dark Theme

Use dark theme on www.theodinproject.com

The Odin Project Dark Theme là gì?

The Odin Project Dark Theme là một tiện ích mở rộng Chrome được phát triển bởi andyduss, và tính năng chính của nó là "Use dark theme on www.theodinproject.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 The Odin Project Dark Theme

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

                        Created by a TOP Student

Source code: https://github.com/mindovermiles262/top-dark-theme

PRs Welcome                    

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

Tên The Odin Project Dark Theme The Odin Project Dark Theme
ID omiecnmmajomefpodcdjkebeonieonef
URL Chính Thức https://chrome.google.com/webstore/detail/the-odin-project-dark-the/omiecnmmajomefpodcdjkebeonieonef
Mô tả Use dark theme on www.theodinproject.com
Kích Thước Tệp 56.43 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 2.2.9
Cập Nhật Lần Cuối 2022-01-03
Ngày Phát Hành 2019-03-12
Đánh Giá 4.88/5 Tổng số 16 Đánh Giá
Nhà Phát Triển andyduss
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.theodinproject.com
URL Trang Trợ Giúp https://andyduss.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Odin Project Dark Theme",
    "version": "2.2.9",
    "description": "Use dark theme on www.theodinproject.com",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.theodinproject.com\/*"
            ],
            "css": [
                "darkMode.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/odin16.png",
        "32": "images\/odin32.png",
        "48": "images\/odin48.png",
        "128": "images\/odin128.png"
    },
    "manifest_version": 2
}