Image Zoom Tool
Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.
Image Zoom Tool là gì?
Image Zoom Tool là một tiện ích mở rộng Chrome được phát triển bởi Wuhenlove, và tính năng chính của nó là "Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Image Zoom Tool
Tải xuống các tệp mở rộng Image Zoom Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Image Zoom Tool |
ID | nmpjkfaecjdmlebpoaofafgibnihjhhf |
URL Chính Thức | https://chromewebstore.google.com/detail/image-zoom-tool/nmpjkfaecjdmlebpoaofafgibnihjhhf |
Mô tả | Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image. |
Kích Thước Tệp | 135 KB |
Số Lần Cài Đặt | 5,536 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2023-02-09 |
Ngày Phát Hành | 2022-08-07 |
Đánh Giá | 2.85/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Wuhenlove |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://findniche.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } } |