Page Shadow

A series of tools designed to improve the reading of web pages in a dark environment/other.

Co to jest Page Shadow?

Page Shadow to rozszerzenie Chrome opracowane przez https://www.eliastiksofts.com, a jego główną funkcją jest „A series of tools designed to improve the reading of web pages in a dark environment/other.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Page Shadow

Pobierz pliki rozszerzeń Page Shadow 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

                        Page Shadow is a dark mode extension. It includes a series of tools to improve the reading of web pages in a dark environment.

It allows you:

- To increase the contrast of the pages, that is to say to reinforce the dark tones of the pages: the extension transforms the design of any site into a "dark mode" theme. This mode has several color themes, and you can also create your own themes;
- To decrease the brightness of the pages;
- To invert the colors of images or entire pages;
- To attenuate the colors of images;
- To enable a night mode (applies an orange filter on the pages to reduce the blue light emitted by the screen).

All theses options can be enabled with one clic from the extension menu.

Page Shadow has many settings to personalize your extension: different settings to each site, automatic enable/disable, etc.

Page Shadow also allows you to disable the extension for specific websites/pages, etc.                    

Podstawowe informacje o rozszerzeniu

Nazwa Page Shadow Page Shadow
ID eimaelgbclmdoeimifebaagealdkjmki
Oficjalny URL https://chromewebstore.google.com/detail/page-shadow/eimaelgbclmdoeimifebaagealdkjmki
Opis A series of tools designed to improve the reading of web pages in a dark environment/other.
Rozmiar pliku 897 KB
Liczba instalacji 661
Aktualna Wersja 2.10.3
Ostatnia Aktualizacja 2023-03-07
Data Publikacji 2019-08-15
Ocena 4.40/5 Łącznie 10 Oceny
Deweloper https://www.eliastiksofts.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.eliastiksofts.com/page-shadow/
Adres URL Strony Pomocy https://www.eliastiksofts.com/contact/
Obsługiwane Języki en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Shadow",
    "version": "2.10.3",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "img\/icon_32.png",
        "40": "img\/icon_40.png",
        "48": "img\/icon_48.png",
        "64": "img\/icon.png",
        "96": "img\/icon_96.png",
        "128": "img\/icon_128.png",
        "256": "img\/icon_256.png",
        "512": "img\/icon_512.png"
    },
    "description": "__MSG_extensionDescription__",
    "author": "Eliastik",
    "homepage_url": "http:\/\/www.eliastiksofts.com\/page-shadow\/",
    "action": {
        "default_title": "Page Shadow",
        "default_icon": {
            "32": "img\/icon_32.png",
            "40": "img\/icon_40.png",
            "48": "img\/icon_48.png",
            "64": "img\/icon.png",
            "96": "img\/icon_96.png",
            "128": "img\/icon_128.png",
            "256": "img\/icon_256.png",
            "512": "img\/icon_512.png"
        }
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css",
                "css\/content_invert.css",
                "css\/content_attenuate.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start",
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "enableDisable": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "__MSG_enableDisableShortcut__"
        },
        "enablePresetOne": {
            "description": "__MSG_enablePresetOne__"
        },
        "enablePresetTwo": {
            "description": "__MSG_enablePresetTwo__"
        },
        "enablePresetThree": {
            "description": "__MSG_enablePresetThree__"
        },
        "enablePresetFour": {
            "description": "__MSG_enablePresetFour__"
        },
        "enablePresetFive": {
            "description": "__MSG_enablePresetFive__"
        },
        "enablePresetSix": {
            "description": "__MSG_enablePresetSix__"
        },
        "enablePresetSeven": {
            "description": "__MSG_enablePresetSeven__"
        },
        "enablePresetEight": {
            "description": "__MSG_enablePresetEight__"
        },
        "enablePresetNine": {
            "description": "__MSG_enablePresetNine__"
        },
        "enablePresetTen": {
            "description": "__MSG_enablePresetTen__"
        }
    }
}