ocDownloader
This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
Was ist ocDownloader?
ocDownloader ist eine Chrome-Erweiterung, die von ae.appdev entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader".
Erweiterungsscreenshots
ocDownloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie ocDownloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dgemhnddkdkailclfekamalbkaccckop |
| Offizielle URL | https://chromewebstore.google.com/detail/ocdownloader/dgemhnddkdkailclfekamalbkaccckop |
| Beschreibung | This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader |
| Dateigröße | 25.75 KB |
| Installationsanzahl | 471 |
| Aktuelle Version | 1.6.2 |
| Letztes Update | 2019-04-30 |
| Veröffentlichungsdatum | 2019-04-30 |
| Entwickler | ae.appdev |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/e-alfred/ocDownloader_ChromeExtension |
| Unterstützte Sprachen | 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"
]
}
} | |