Image Downloader Pro
Download images by one click, easy scan, easy download~
Image Downloader Pro क्या है?
Image Downloader Pro https://xyccstudio.cn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download images by one click, easy scan, easy download~"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Downloader Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Find all or current types of images on the page and provide image filtering by resolution, which is simple and practical There are currently two ways of use: 1. Download all images from the current webpage; 2. According to the xpath selection method, selecting all images under the same root path has a better filtering effect; Operation method: 1. Large image preview, mouse scrolling preview, and thumbnail preview at the bottom of the page; 2. Support displaying basic image information; 3. Quick download; 4. Support quick positioning to selected images; 5. Support filtering images based on size; 6. Support batch downloading of all images; 7. Support zooming in and out to view images; 8. Support promoting the viewing of images; 9. Support quick positioning to view image locations;
एक्सटेंशन की मूल जानकारी
नाम | Image Downloader Pro |
ID | mbemenikbjakghfmdkfdochjdknoohab |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-downloader-pro/mbemenikbjakghfmdkfdochjdknoohab |
विवरण | Download images by one click, easy scan, easy download~ |
फ़ाइल का आकार | 59.29 KB |
स्थापना संख्या | 1,254 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2023-09-04 |
प्रकाशन तिथि | 2017-11-15 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://xyccstudio.cn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://xyccstudio.cn/books/imagedownloader/ |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "manifest_version": 3, "description": "__MSG_appDesc__", "icons": { "16": "assets\/icon16.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/content_scripts.js" ], "css": [ "js\/style.css" ] } ], "permissions": [ "downloads", "contextMenus" ] } |