Save to folder from context menu
Quickly download stuff to your pre-chosen folders from the comfort of your context menu!
Save to folder from context menu क्या है?
Save to folder from context menu EdJr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly download stuff to your pre-chosen folders from the comfort of your context menu!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Save to folder from context menu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
**NOTE**: For security reasons, Chrome doesn't allow extensions to do certain things, such as choosing arbitrary download locations or disabling the "save as" dialog. But you can do it! I believe in you! Just read on. How to use, step-by-step: 1. In the extension's settings page, set up a list of folders. These will appear on your context menu so you can download stuff directly to them. 2... Uhh, that's it. ** FAQ ** * How do I download to locations outside the default downloads folder? You just need to set up symlinks (for more info, just head to the settings page after you install the extension). * How do I get rid of the "save as" dialog? Just head to your browser's preferences and disable this feature. * I find this extension so outrageously stupid. What should I do? Feel free to complain at: https://github.com/edjroot/webext-save-to-folder/issues
एक्सटेंशन की मूल जानकारी
नाम | Save to folder from context menu |
ID | pdlkjdlbjjfmlfhijdbdpkilpdoncgdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/save-to-folder-from-conte/pdlkjdlbjjfmlfhijdbdpkilpdoncgdk |
विवरण | Quickly download stuff to your pre-chosen folders from the comfort of your context menu! |
फ़ाइल का आकार | 99.7 KB |
स्थापना संख्या | 591 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2019-05-31 |
प्रकाशन तिथि | 2019-05-31 |
रेटिंग | 3.29/5 कुल 28 रेटिंग्स |
डेवलपर | EdJr |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/edjroot/webext-save-to-folder |
सहायता पृष्ठ URL | https://github.com/edjroot/webext-save-to-folder |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5", "applications": { "gecko": { "id": "{b313b32e-777e-458a-aa00-0f6991e515ec}" } }, "name": "Save to folder from context menu", "description": "Quickly download stuff to your pre-chosen folders from the comfort of your context menu!", "icons": [], "permissions": [ "storage", "downloads", "contextMenus" ], "background": { "scripts": [ "is.js", "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true }, "manifest_version": 2 } |