Skip to content

Commit

Permalink
release: v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxs committed Feb 20, 2024
1 parent a6c10bd commit 4144a55
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ Ease Bookmarks 是一款为了替代浏览器原有书签栏的扩展

## 更新日志

> 1.6.5(2024-02-19)
功能:
增加一些配置参数,允许修改多列布局时的popup窗口宽度等
bodyWidth_*、compositionEvent、hotkeyDelete、hotkeyCancelSeleted
参数说明:https://github.com/qinxs/Ease-Bookmarks#内置参数
Bugs:
打开文件夹时可能的跳动
其他:
精简代码,样式微调

> 1.6.2(2023-05-23)
功能:
增加内置参数修改页面
Expand Down
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,44 @@ Ease Bookmarks 是一款为了替代浏览器原有书签栏的扩展
在该页面(`/options.html#configTable`)修改



### `bodyWidth_*`

> 功能:修改多列布局时的popup窗口宽度
由于chrome对扩展的限制,最大有效值为800px

### `compositionEvent`

> 功能:是否开启搜索输入合成事件(中文强制开启)
- `0`:默认值,不启用
- `1`:启用

### `fastCreate`

> 功能:中键点击**书签favicon图标**,快速把当前网址添加到书签(详见 [#15](https://github.com/qinxs/Ease-Bookmarks/issues/15)
- `0`:默认值,不启用
- `2`:启用,只对文件夹有效,书签添加到该文件夹中

### `hotkeyCancelSeleted`

> 功能:取消选择快捷键
- `Space`:默认值,开启(空格键)
- `-Space`:关闭

其他`hotkey*`快捷键同理(键值前添加`-`表示关闭)

[快捷键获取](https://www.toptal.com/developers/keycode),使用event.code的值

### `hotkeyDelete`

> 功能:删除书签快捷键
- `-Delete`:默认值,关闭

### `keepMaxCols`

> 功能:页面保持最大宽度
Expand All @@ -99,6 +130,7 @@ Ease Bookmarks 是一款为了替代浏览器原有书签栏的扩展
- `chrome://bookmarks/` -> `F12`[参考](docs/chrome_bookmarks.png)
- Chrome 的 pak 文件,路径`Chromium\94.0.4606.81\Locales`

> 使用 `ChromePAK解包打包工具.exe` 解包搜索对比
- [Microsoft Translator](https://cn.bing.com/translator),并用其他翻译验证

Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Ease Bookmarks",
"description": "__MSG_pluginDesc__",
"version": "1.6.2",
"version": "1.6.5",
"offline_enabled": true,
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit 4144a55

Please sign in to comment.