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"입니다.

확장 프로그램 스크린샷

screenshot

ocDownloader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
        ]
    }
}