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
拡張機能の基本情報
名前 | 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" ] } } |