spin dark

spin dark is a dark mode for simple web pages

spin dark là gì?

spin dark là một tiện ích mở rộng Chrome được phát triển bởi donniesfowlersdx24, và tính năng chính của nó là "spin dark is a dark mode for simple web pages".

Ả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 spin dark

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

                        make the web page darker with simple spin dark mode
1)open web page example: en.wikipedia.org/wiki/Main_Page
2)click on extension icon to turn on dark mode                    

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

Tên spin dark spin dark
ID jdiijojlikpeheablmmglahdcpoodgfd
URL Chính Thức https://chrome.google.com/webstore/detail/spin-dark/jdiijojlikpeheablmmglahdcpoodgfd
Mô tả spin dark is a dark mode for simple web pages
Kích Thước Tệp 38.84 KB
Số Lần Cài Đặt 7,000
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2022-02-22
Ngày Phát Hành 2022-02-21
Nhà Phát Triển donniesfowlersdx24
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "spin dark",
    "version": "0.2",
    "description": "spin dark is a dark mode for simple web pages",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ]
}