GetThemAll
Download all the images on a webpage
GetThemAll क्या है?
GetThemAll federerchou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download all the images on a webpage"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GetThemAll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fhkjfciooifcflkailbnchdaihccdebf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf |
विवरण | Download all the images on a webpage |
फ़ाइल का आकार | 207 KB |
स्थापना संख्या | 31,420 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2018-01-25 |
प्रकाशन तिथि | 2018-01-25 |
रेटिंग | 2.32/5 कुल 119 रेटिंग्स |
डेवलपर | federerchou |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GetThemAll", "description": "Download all the images on a webpage", "version": "1.2.3", "author": "[email protected]", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "GetThemAll" }, "background": { "scripts": [ "manager.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "downloads", "file:\/\/*" ] } |