Image Collector
Shows preview of the page images and provide options to download
Image Collector क्या है?
Image Collector rajesh64727 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows preview of the page images and provide options to download"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Collector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Provides 2 modes 1. Thumbnail preview, image dimensions, loading time with download option. 2. URLs list in plain text Useful for web developers, testers and designers. Banner images are from JumpStart.com public website. Suggestions and constructive comments are welcome. *updates 1.1.0 - Includes element background image URLs as well.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | facfdjdppldcgnfhdbknokkbnfhdiofl |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-collector/facfdjdppldcgnfhdbknokkbnfhdiofl |
विवरण | Shows preview of the page images and provide options to download |
फ़ाइल का आकार | 14.33 KB |
स्थापना संख्या | 1,123 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2021-09-14 |
प्रकाशन तिथि | 2020-06-20 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | rajesh64727 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://rajesh64727.github.io |
गोपनीयता नीति पृष्ठ URL | https://rajesh64727.github.io/privacy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Collector", "version": "1.1.0", "description": "Shows preview of the page images and provide options to download", "browser_action": { "default_icon": "image_collector128.png", "default_popup": "popup.html" }, "icons": { "128": "image_collector128.png" }, "permissions": [ "https:\/\/*\/*", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content.js" ] } ] } |