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 擴展基本資訊
| 名稱 | |
| ID | dgemhnddkdkailclfekamalbkaccckop |
| 官方網址 | 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"
]
}
} | |