Save to Downloads
An easy way to save images to the Downloads folder.
Save to Downloads क्या है?
Save to Downloads Arhey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to save images to the Downloads folder."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save to Downloads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It simply adds new option to the context menu, which allows you to save images directly to the Downloads folder.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ifpepkjeinhcffiikcoiohobillelmha |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-to-downloads/ifpepkjeinhcffiikcoiohobillelmha |
विवरण | An easy way to save images to the Downloads folder. |
फ़ाइल का आकार | 6.58 KB |
स्थापना संख्या | 227 |
वर्तमान संस्करण | 0.1.2 |
अंतिम अपडेट | 2019-09-27 |
प्रकाशन तिथि | 2019-09-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Arhey |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/freearhey/save-to-downloads |
सहायता पृष्ठ URL | https://github.com/freearhey/save-to-downloads/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save to Downloads", "version": "0.1.2", "description": "An easy way to save images to the Downloads folder.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |