SmartUpscale

Disables blur for images shown at integer zoom levels.

SmartUpscaleとは何ですか?

SmartUpscaleはhttps://tanalin.comによって開発されたChromeの拡張機能で、その主な機能は「Disables blur for images shown at integer zoom levels.」です。

拡張機能のスクリーンショット

screenshot

SmartUpscale拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Disables blur for images shown at integer zoom levels. Useful for 4K-monitor owners.

Prevents blurring images which have their size in physical pixels an integer number of times larger than their natural size.

The extension may be useful when using high-DPI monitors, including 4K monitors used at OS-level zoom of 200%.

Images are processed once the page is fully loaded, as well as after dynamic changes on the page and on changing browser-level zoom.

Extension’s options allow to limit maximum image zoom that blur should be prevented at, and to disable blur globally if needed.                    

拡張機能の基本情報

名前 SmartUpscale SmartUpscale
ID cafgibgoaehhjoomjcndeogbcmfdbogd
公式URL https://chromewebstore.google.com/detail/smartupscale/cafgibgoaehhjoomjcndeogbcmfdbogd
説明 Disables blur for images shown at integer zoom levels.
ファイルサイズ 14.36 KB
インストール数 3,853
現在のバージョン 1.4
最終更新日 2019-04-06
公開日 2019-04-01
評価 5.00/5 合計 10 レビュー
開発者 https://tanalin.com
支払い方法 free
拡張機能のウェブサイト http://tanalin.com/en/projects/smart-upscale/
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartUpscale",
    "description": "__MSG_addon_description__",
    "version": "1.4",
    "author": "Marat Tanalin",
    "homepage_url": "http:\/\/tanalin.com\/en\/projects\/smart-upscale\/",
    "default_locale": "en",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "utils.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "utils.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.htm"
    },
    "permissions": [
        "storage"
    ]
}