Skip to content

marykt/chromeos-filesystem-webdav

 
 

Repository files navigation

Code Climate

WebDAV File System

WebDAV File System provides you an ability to access to your WebDAV storage directly from the Files app.

Go to WebDAV File System page on Chrome WebStore

In my version

因为原作者长时间没有更新,而且我并不精通javascript.我尽量让这个项目能够使用。我做了以下更改(相比原版来说) 1.我编译使用的nodejs版本为(做了一些让编译通过的工作) 2.目前版本只能使用账号密码登录的方式(坚果云(https://www.jianguoyun.com)测试通过)

Because the original author has not updated for a long time, And I'm not proficient in javascript. I try to make this project available. So I made some changes (compared with the original version)

  1. The version of nodejs that I used to compile is (I dose some work for compilation to pass)

  2. Current versions can only use password login ((https://www.jianguoyun.com) test passed)

bug

1.server is nextcloud with https self-signed.it could not use(HTTP 503)? I'm working for this,you can use http Temporary.it was working fine(I tried).

How to use

download 👉 https://github.com/marykt/chromeos-filesystem-webdav/releases/download/1.0.6b/chromeos-filesystem-webdav-1.0.6b.zip

  1. open your chrome book
  2. open chrome
  3. open plugin manager
  4. open open develop mode
  5. unzip file
  6. select file floder to load this plugin
  7. have fun

How to build

$ git clone https://github.com/yoichiro/chromeos-filesystem-webdav.git
$ cd chromeos-filesystem-webdav
$ npm install
$ grunt

Dependent libraries

License

All files are licensed under the BSD license. See the LICENSE file for details. All original source code is Copyright 2015 Yoichiro Tanaka.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.5%
  • HTML 6.2%
  • CSS 1.3%