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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Image Zoom Tool can zoom any image in your browser. Hover image will see fullsize this image."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Zoom Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'" } } |