Simple Night Mode

An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.

Simple Night Mode là gì?

Simple Night Mode là một tiện ích mở rộng Chrome được phát triển bởi Aniket, và tính năng chính của nó là "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.".

Ả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 Simple Night Mode

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

                        Invert the color of any webpage/website, making contents of any website readable and less stressful on your eyes if you are surfing internet in dark lit room.

Click the Simple Night Mode Button to start Night Mode.                    

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

Tên Simple Night Mode Simple Night Mode
ID daogheeomfnjjbabmnmgpbhmamegpbaj
URL Chính Thức https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj
Mô tả An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
Kích Thước Tệp 7.84 KB
Số Lần Cài Đặt 1,967
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2016-12-06
Ngày Phát Hành 2016-12-06
Đánh Giá 4.15/5 Tổng số 40 Đánh Giá
Nhà Phát Triển Aniket
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",
    "name": "Simple Night Mode",
    "version": "1.0.2",
    "description": "An addon to invert the color of any webpage\/website, making contents of any website less stressful on your eyes.",
    "background": {
        "scripts": [
            "libs\/control.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/system.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon24.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon24.png",
            "38": "images\/icon48.png"
        },
        "default_title": "Simple Night Mode"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "themes\/simple.css",
        "libs\/system.js"
    ]
}