Media DPI Scale Reset

Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…

Co to jest Media DPI Scale Reset?

Media DPI Scale Reset to rozszerzenie Chrome opracowane przez Dragory, a jego główną funkcją jest „Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…”.

Pobierz plik CRX rozszerzenia Media DPI Scale Reset

Pobierz pliki rozszerzeń Media DPI Scale Reset 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

                        Resets page zoom for images and videos.

Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling.

Extra credits to almighty superior phil for the idea                    

Podstawowe informacje o rozszerzeniu

Nazwa Media DPI Scale Reset Media DPI Scale Reset
ID ldbbnnlmfhcgdkahhphhlambjacippmb
Oficjalny URL https://chromewebstore.google.com/detail/media-dpi-scale-reset/ldbbnnlmfhcgdkahhphhlambjacippmb
Opis Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…
Rozmiar pliku 3.31 KB
Liczba instalacji 56
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-11-22
Data Publikacji 2017-11-22
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper Dragory
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Media DPI Scale Reset",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}