Chrome: Open links to OpenOffice documents on WebD

2019-04-02 17:08发布

is there any way to open OpenOffice with the URL when I click on the link in Chrome browser?

To be a bit more precise: I have a WebDAV folder that contains documents.

  https://myserver/documents/doc1.odt
  https://myserver/documents/doc1.odt

I can open (and modify and store) these documents via open the file using the open dialog in openoffice with these URLs.

But what I really want is to embed these links into my webpage and when I click onto this links I want the document behind it to be opened in OpenOffice.

I'm looking for these feature within Chrome browser.

3条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-04-02 17:29

Did some research and finally used firebreath (http://www.firebreath.org/) to create a native NPAPI plugin and to use it in my own extension.

I'm open for suggestions and discussion about this at https://github.com/magomi/OOCaller

查看更多
迷人小祖宗
3楼-- · 2019-04-02 17:32

There's an extension for Chrome (SimpleGet) that has a plugin for Windows and Linux that can execute an app with command line parameters.....
http://pinel.cc/
http://code.google.com/p/simple-get/
http://www.chromeextensions.org/other/simple-get/

查看更多
看我几分像从前
4楼-- · 2019-04-02 17:35

There's a webdav nsapi plugin at http://code.google.com/p/npapi-msdocs/

查看更多
登录 后发表回答