Image Zoom Tool
Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
Image Zoom Tool란 무엇입니까?
Image Zoom Tool은(는) Wuhenlove에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image."입니다.
확장 프로그램 스크린샷
Image Zoom Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hover image will see fullsize this image. That is the best Photo Zoom tool ! It works with any JPG, PNG or GIF file. Image Zoom Tool is a simple but powerful tool for viewing images in your browser in unlimited detail. Zoom on every picture you can find. It free, fast and safe The best way to view photos on Facebook, Instagram, Twitter, Amazon... Image Zoom Tool does not read, change or transmit any of your personal data (messages, contacts, user name, passwords) to any company or third party.
확장 프로그램 기본 정보
이름 | Image Zoom Tool |
ID | nmpjkfaecjdmlebpoaofafgibnihjhhf |
공식 URL | https://chromewebstore.google.com/detail/image-zoom-tool/nmpjkfaecjdmlebpoaofafgibnihjhhf |
설명 | Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image. |
파일 크기 | 135 KB |
설치 횟수 | 5,536 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2023-02-09 |
출시 날짜 | 2022-08-07 |
평점 | 2.85/5 총 13 개의 평점 |
개발자 | Wuhenlove |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://findniche.com/privacy |
지원되는 언어 | en,lv,lt,sk,sr |
manifest.json | |
{ "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "storage" ], "background": { "service_worker": "assets\/js\/background.js" }, "content_scripts": [ { "css": [ "assets\/css\/app.css" ], "js": [ "assets\/js\/vendors.js", "assets\/js\/content-scripts.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "action": { "default_popup": "index.html", "default_icon": "icons\/icon48.png", "default_title": "Image Zoom Tool" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'" } } |