ocDownloader
This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
ocDownloader क्या है?
ocDownloader ae.appdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ocDownloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to directly download a file by right clicking a link on a web page and selecting"Download With ocDownloader" in the context menu. Requirements 1. You need a Nextcloud (http://www.nextcloud.com) server up and running 2. Install the ocDownloader application from the Nextcloud App Store (https://apps.nextcloud.com/apps/ocdownloader) on your Nextcloud instance
एक्सटेंशन की मूल जानकारी
नाम | ocDownloader |
ID | dgemhnddkdkailclfekamalbkaccckop |
आधिकारिक URL | https://chromewebstore.google.com/detail/ocdownloader/dgemhnddkdkailclfekamalbkaccckop |
विवरण | This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader |
फ़ाइल का आकार | 25.75 KB |
स्थापना संख्या | 471 |
वर्तमान संस्करण | 1.6.2 |
अंतिम अपडेट | 2019-04-30 |
प्रकाशन तिथि | 2019-04-30 |
डेवलपर | ae.appdev |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/e-alfred/ocDownloader_ChromeExtension |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "1.6.2", "default_locale": "en_US", "browser_action": { "default_icon": "img\/icon-32.png", "default_popup": "connection.html" }, "permissions": [ "contextMenus", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "64": "img\/icon-64.png" }, "background": { "scripts": [ "js\/background.js" ] } } |