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…

Media DPI Scale Resetとは何ですか?

Media DPI Scale ResetはDragoryによって開発されたChromeの拡張機能で、その主な機能は「Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…」です。

Media DPI Scale Reset拡張機能のCRXファイルをダウンロード

Media DPI Scale Reset拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Media DPI Scale Reset Media DPI Scale Reset
ID ldbbnnlmfhcgdkahhphhlambjacippmb
公式URL https://chromewebstore.google.com/detail/media-dpi-scale-reset/ldbbnnlmfhcgdkahhphhlambjacippmb
説明 Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…
ファイルサイズ 3.31 KB
インストール数 56
現在のバージョン 1.0
最終更新日 2017-11-22
公開日 2017-11-22
評価 4.67/5 合計 3 レビュー
開発者 Dragory
Eメール [email protected]
支払い方法 free
対応言語 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"
        }
    ]
}