ocDownloader

This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader

Apa itu ocDownloader?

ocDownloader adalah ekstensi Chrome yang dikembangkan oleh ae.appdev, dan fitur utamanya adalah "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ocDownloader

Unduh file ekstensi ocDownloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ocDownloader ocDownloader
ID dgemhnddkdkailclfekamalbkaccckop
URL Resmi https://chromewebstore.google.com/detail/ocdownloader/dgemhnddkdkailclfekamalbkaccckop
Deskripsi This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
Ukuran File 25.75 KB
Jumlah Instalasi 471
Versi Saat Ini 1.6.2
Terakhir Diperbarui 2019-04-30
Tanggal Publikasi 2019-04-30
Pengembang ae.appdev
Tipe Pembayaran free
Situs Ekstensi https://github.com/e-alfred/ocDownloader_ChromeExtension
Bahasa yang Didukung 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"
        ]
    }
}