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…

Vad är Media DPI Scale Reset?

Media DPI Scale Reset är en Chrome-tillägg utvecklad av Dragory, och dess huvudfunktion är "Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…".

Ladda ner Media DPI Scale Reset-förlängningens CRX-fil

Ladda ner Media DPI Scale Reset-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Media DPI Scale Reset Media DPI Scale Reset
ID ldbbnnlmfhcgdkahhphhlambjacippmb
Officiell webbadress https://chromewebstore.google.com/detail/media-dpi-scale-reset/ldbbnnlmfhcgdkahhphhlambjacippmb
Beskrivning Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…
Filstorlek 3.31 KB
Antal Installationer 56
Aktuell Version 1.0
Senast Uppdaterad 2017-11-22
Publiceringsdatum 2017-11-22
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare Dragory
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}