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开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader”。
扩展截图
下载ocDownloader扩展crx文件
下载ocDownloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } } |