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 là gì?

ocDownloader là một tiện ích mở rộng Chrome được phát triển bởi ae.appdev, và tính năng chính của nó là "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ocDownloader

Tải xuống các tệp mở rộng ocDownloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ocDownloader ocDownloader
ID dgemhnddkdkailclfekamalbkaccckop
URL Chính Thức https://chromewebstore.google.com/detail/ocdownloader/dgemhnddkdkailclfekamalbkaccckop
Mô tả This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
Kích Thước Tệp 25.75 KB
Số Lần Cài Đặt 471
Phiên Bản Hiện Tại 1.6.2
Cập Nhật Lần Cuối 2019-04-30
Ngày Phát Hành 2019-04-30
Nhà Phát Triển ae.appdev
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/e-alfred/ocDownloader_ChromeExtension
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}