yuhaofe / Quick-Bookmarks-Menu

A chrome extension gives you quick access to your bookmarks.
https://yuhaofe.com/quick-bookmarks-menu
MIT License
48 stars 9 forks source link

可否支持firefox? #12

Closed xiaozixun closed 1 year ago

xiaozixun commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

yuhaofe commented 3 years ago

开发这个扩展的初衷就是因为 Chrome 和 Edge 上没有 Firefox 那种原生的书签菜单,Firefox 的书签菜单已经相当好用了,而且性能比扩展实现要好得多,短期内不考虑上架 Firefox 商店,等扩展功能开发得更完善的时候再说。

xiaozixun commented 3 years ago

开发这个扩展的初衷就是因为 Chrome 和 Edge 上没有 Firefox 那种原生的书签菜单,Firefox 的书签菜单已经相当好用了,而且性能比扩展实现要好得多,短期内不考虑上架 Firefox 商店,等扩展功能开发得更完善的时候再说。

嗯,好吧。如果可以的话希望能支持侧栏

yuhaofe commented 3 years ago

嗯,好吧。如果可以的话希望能支持侧栏

是指停靠在网页左右的书签侧栏吗,Chromium 扩展没有侧栏的API,要实现的话就只能插入到网页内容里,体验不会特别好,不过我也会考虑下

xiaozixun commented 3 years ago

嗯,好吧。如果可以的话希望能支持侧栏

是指停靠在网页左右的书签侧栏吗,Chromium 扩展没有侧栏的API,要实现的话就只能插入到网页内容里,体验不会特别好,不过我也会考虑下

不是的,我是指Firefox的侧栏,chromium系的侧栏我几乎没用过

yuhaofe commented 3 years ago

不是的,我是指Firefox的侧栏,chromium系的侧栏我几乎没用过

Chromium可以说是没有侧栏,扩展都是插入网页模仿出来的😂

查了下Firefox是有给扩展的sidebar_action的,如果做Firefox版的话我会考虑整下的

xiaozixun commented 3 years ago

Chromium可以说是没有侧栏,扩展都是插入网页模仿出来的😂

查了下Firefox是有给扩展的sidebar_action的,如果做Firefox版的话我会考虑整下的

好的,辛苦了