ocDownloader
This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
Wat is ocDownloader?
ocDownloader is een Chrome-extensie ontwikkeld door ae.appdev, en de belangrijkste functie is "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader".
Extensie Screenshots
Download het CRX-bestand van de extensie ocDownloader
Download ocDownloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | dgemhnddkdkailclfekamalbkaccckop |
| Officiële URL | https://chromewebstore.google.com/detail/ocdownloader/dgemhnddkdkailclfekamalbkaccckop |
| Beschrijving | This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader |
| Bestandsgrootte | 25.75 KB |
| Aantal Installaties | 471 |
| Huidige Versie | 1.6.2 |
| Laatst Bijgewerkt | 2019-04-30 |
| Publicatiedatum | 2019-04-30 |
| Ontwikkelaar | ae.appdev |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/e-alfred/ocDownloader_ChromeExtension |
| Ondersteunde Talen | 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"
]
}
} | |