Mozzarella

Home

Note Station Web Clipper(For Synology)

群晖并未提供官方的适配火狐浏览器的网络剪藏工具,仅有适配Chrome浏览器的版本。
Synology does not provided a official firefox version of the Note Station Webclipper, but a chrome version.

我尝试将适配Chrome浏览器的版本移植到了火狐上,但是仍留有一些问题。
I try to port it to firefox, with some bugs.

原因是Chrome浏览器的版本是基于ExtJS3.4开发的,可是ExtJS3.4目前不能很好地在火狐上运行了。
Because the chrome version is based on a variant of ExtJS3.4, but extjs3.4 doesn't work well on Firefox 95.0.1.

我从来没有开发过浏览器插件或者网页前端,所以我的方法是在火狐上强行调通Chrome插件。
I am not familiar with firefox or chrome plugin developing, I just debug the chrome plugin on the Firefox.

目前仍有两个主要问题。
Now there are two main problems。

1、如果群晖nas下线再上线,则再次使用本插件时会报一次错,但再次登陆即可。
1、if the nas get restarted,you would come across an error report when using this plugin. try again and login, the plugin works properly.

2、剪藏网页时,无法获取nas的完成响应,因此只能显示【假装完成了..2333】,其实并不影响使用。
2、when cutting the page, the plugin could not get the nas response, I print 【pretend to be done XDDD】. But in fact it works

well.

希望有精通前端的大神改正上述问题。
I hope some one who familar with front-end dev tech could fix this problem.

我的NAS系统版本是DSM6.2.3,仅调试了最基本的登陆与剪藏功能,其他功能可能并不支持。
My synology nas version is DSM6.2.3, I just debug the basic function, the other function may not work properly.

Install