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 क्या है?

Simple Night Mode Aniket द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Simple Night Mode एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Simple Night Mode Simple Night Mode
ID daogheeomfnjjbabmnmgpbhmamegpbaj
आधिकारिक URL https://chromewebstore.google.com/detail/simple-night-mode/daogheeomfnjjbabmnmgpbhmamegpbaj
विवरण An addon to invert the color of any webpage/website, making contents of any website less stressful on your eyes.
फ़ाइल का आकार 7.84 KB
स्थापना संख्या 1,967
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2016-12-06
प्रकाशन तिथि 2016-12-06
रेटिंग 4.15/5 कुल 40 रेटिंग्स
डेवलपर Aniket
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}