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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ae.appdev และคุณลักษณะหลักของมันคือ "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ocDownloader

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
        ]
    }
}