dim the screen

dim the screen,screen blue light filter, brightness control

Co to jest dim the screen?

dim the screen to rozszerzenie Chrome opracowane przez https://care-eyes.com, a jego główną funkcją jest „dim the screen,screen blue light filter, brightness control”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia dim the screen

Pobierz pliki rozszerzeń dim the screen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        dim the screen extension can adjust the gamma value of your computer’s display adapt, reduce the blue part  (RGB value) of the light, filter blue light.

it makes your computer screen looks more comfortable, so that your eyes will not feel tired ,Protect your eyes from computer screen                    

Podstawowe informacje o rozszerzeniu

Nazwa dim the screen dim the screen
ID olmpfahephldkkfhkmlnociobiihgndg
Oficjalny URL https://chrome.google.com/webstore/detail/dim-the-screen/olmpfahephldkkfhkmlnociobiihgndg
Opis dim the screen,screen blue light filter, brightness control
Rozmiar pliku 28.77 KB
Liczba instalacji 405
Aktualna Wersja 1.0.0.7
Ostatnia Aktualizacja 2017-07-05
Data Publikacji 2017-07-05
Ocena 2.43/5 Łącznie 7 Oceny
Deweloper https://care-eyes.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://care-eyes.com/?pf
Adres URL Strony Pomocy https://care-eyes.com/feedback?pf
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_default_title__",
        "default_icon": "icons\/icon_48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "management",
        "contextMenus",
        "notifications",
        "nativeMessaging"
    ],
    "version": "1.0.0.7",
    "manifest_version": 2
}