Magnifying Glass
The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page.
Magnifying Glass란 무엇입니까?
Magnifying Glass은(는) Magnifying Glass에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page."입니다.
확장 프로그램 스크린샷
Magnifying Glass 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Simply press Alt+Z* to summon the magnifying glass! Then press any key to remove it. *Ctrl+Z for MAC users by default. The extension does not require any special permission. It just works~*** ***Please note that the extension does not work in New Tab page, Chrome setting page and Chrome Web Store by default, but it will work on any other webpages.*** v.1.0.2 Change-log + Added option to specify a compensation factor for OS-level magnification + Added option to close the magnifier scope only when ESC key is pressed v.1.0.1 Change-log + Added French and Chinese localizations + Enabled anti-aliasing by default + Other minor optimization Icons made by Vectors Market from www.flaticon.com is licensed by CC 3.0 BY
확장 프로그램 기본 정보
이름 | Magnifying Glass |
ID | elhdjgjjmodgmhkokebhegekjooiaofm |
공식 URL | https://chromewebstore.google.com/detail/magnifying-glass/elhdjgjjmodgmhkokebhegekjooiaofm |
설명 | The magnifying glass shows a zoomed image within its radius, without disturbing the rest of the page. |
파일 크기 | 89.84 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2018-09-09 |
출시 날짜 | 2018-09-08 |
평점 | 3.73/5 총 44 개의 평점 |
개발자 | Magnifying Glass |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,fr,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.2", "description": "__MSG_description__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "512": "icon.png" }, "browser_action": { "default_title": "__MSG_name__" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Z", "mac": "MacCtrl+Z" } } }, "permissions": [ "activeTab", "storage" ] } |