Save Image to Downloads
Adds a right-click direct download item for images, like Safari.
Save Image to Downloads क्या है?
Save Image to Downloads Urban Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a right-click direct download item for images, like Safari."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save Image to Downloads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This simple extension adds a "Save Image to Downloads" right-click menu item to download an image directly to the "Downloads" folder. This is to avoid the annoyance of having to choose the directory to download every time you want to save an image off the web. Safari has this built in, and it was the first thing I missed when making the switch to Chrome.
एक्सटेंशन की मूल जानकारी
नाम | Save Image to Downloads |
ID | enjefpkmlibebgbbgidmhpmjhcdffhfm |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-image-to-downloads/enjefpkmlibebgbbgidmhpmjhcdffhfm |
विवरण | Adds a right-click direct download item for images, like Safari. |
फ़ाइल का आकार | 21.46 KB |
स्थापना संख्या | 27,101 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2014-08-04 |
प्रकाशन तिथि | 2014-08-04 |
रेटिंग | 3.73/5 कुल 238 रेटिंग्स |
डेवलपर | Urban Apps |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://matt.coneybeare.me/save-image-to-downloads-chrome-extension/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Image to Downloads", "version": "1.0.5", "manifest_version": 2, "description": "Adds a right-click direct download item for images, like Safari.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "save_to_downloads.js" ] } } |