ocDownloader
This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
Qu'est-ce que ocDownloader ?
ocDownloader est une extension Chrome développée par ae.appdev, et sa fonction principale est "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ocDownloader
Téléchargez les fichiers d'extension ocDownloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | ocDownloader |
ID | dgemhnddkdkailclfekamalbkaccckop |
URL Officiel | https://chromewebstore.google.com/detail/ocdownloader/dgemhnddkdkailclfekamalbkaccckop |
Description | This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader |
Taille du Fichier | 25.75 KB |
Nombre d'Installations | 471 |
Version Actuelle | 1.6.2 |
Dernière Mise à Jour | 2019-04-30 |
Date de Publication | 2019-04-30 |
Développeur | ae.appdev |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/e-alfred/ocDownloader_ChromeExtension |
Langues Prises en Charge | 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" ] } } |