Screen Dimmer

Easily adjust page theme and color temperature while browsing

Screen Dimmer क्या है?

Screen Dimmer automation.testing.tm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily adjust page theme and color temperature while browsing"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Screen Dimmer is an extension that helps you quickly change your browser screen to a dark or shaded theme. Applies screen shading across chrome tabs with a variety of colors and modes. You are also free to choose shader color intensity from 0 to 100. Provides comprehensive instructions on how to enable Dark Theme on popular sites

- Whitescreen Protection will help you to get rid of the annoying white screen that pops up on any page load causing considerable discomfort.

- Exclude white-list which allows disabling extension changes across selected domains.

- Media-only mode apply screen dimmer only to media files while browsing sites with a native dark theme enabled.

- Instructions on how to enable Dark mode on popular sites

How to use:
1. Install the extension and go to any other tab in your browser (The Web Store is blocking content-changing extensions)
2. Click on the Screen Dimmer icon in your extensions list
3. Setup preferred settings
4. Optionally: pin extension for easy access


New in Version 0.3.3:
Fixed issue for not applying overlay for already opened tabs on extension install/enable

New in Version 0.3.2:
Added hint when the extension is blocked by the site (ex: Chrome Web Store)

New in Version 0.3.0:
Introduced Dark Mode Instructions. This feature will assist you to go through the steps of how to enable the Dark theme for popular sites if you currently using a light theme. To see the instruction page click a hint link at the bottom of the extension menu

New in Version 0.2.3:
Whitescreen protector is now tied to the initial tab and will close together with the tab
Added timer that will close Whitescreen protector if it takes too long to load the tab
Minor layout changes in transition and extension windows

New in Version 0.2.2:
Bug fix for Color Reset and Dark theme page reload
Whitescreen protector is now more reactive to page content
Whitescreen protector is now tied to Page Overlay, but still can be used by itself
Changed colors with high contrast
Minor Interface changes                    

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

नाम Screen Dimmer Screen Dimmer
ID edggagcpcofeclnllilacgldoohhbohk
आधिकारिक URL https://chromewebstore.google.com/detail/screen-dimmer/edggagcpcofeclnllilacgldoohhbohk
विवरण Easily adjust page theme and color temperature while browsing
फ़ाइल का आकार 457 KB
स्थापना संख्या 218
वर्तमान संस्करण 0.3.3
अंतिम अपडेट 2023-07-23
प्रकाशन तिथि 2022-12-21
रेटिंग 3.40/5 कुल 5 रेटिंग्स
डेवलपर automation.testing.tm
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.3.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": ".\/assets\/icons\/dimmer_desktop.png"
    },
    "icons": {
        "128": ".\/assets\/icons\/dimmer_desktop.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "Ctrl+M": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Ctrl+M."
        }
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "incognito": "split",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}