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."입니다.
확장 프로그램 스크린샷
SmartUpscale 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |