diff --git a/README.md b/README.md index 207f1e6..8c6e5e4 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ * Preserve the last tab (prevents the browser from closing when the last tab is closed; clicking the close button will not work.) * Use the mouse wheel to switch tabs when hovering over the tab bar. * Use the mouse wheel to switch tabs when holding the right mouse button. -* Create new foreground tab to opens the contents entered in address bar. -* Create bew foreground tab to opens bookmarks. +* Create new tab to opens the contents entered in address bar. (Can be configured to open in foreground or background.) +* Create new tab to opens bookmarks. (Can be configured to open in foreground or background.) * Disable the above two features when the current tab is a new tab. * Customize hotkeys to quickly hide the browser window (boss key). * Customize hotkeys to translate web page. diff --git a/README_CN.md b/README_CN.md index a5e4008..1b55d6b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -9,8 +9,8 @@ English instruction: https://github.com/Bush2021/chrome_plus/blob/main/README.md - 保留最后标签页(防止关闭最后一个标签页时关闭浏览器,点关闭按钮不行) - 鼠标悬停标签栏时使用滚轮切换标签页 - 按住右键时使用滚轮切换标签页 -- 新建前台标签页打开地址栏输入的内容 -- 新建前台标签页打开书签 +- 新建标签页打开地址栏输入的内容(可配置前台或后台打开) +- 新建标签页打开书签(可配置前台或后台打开) - 当前为新标签页时,可以禁用上面两个功能 - 自定义快捷键快速隐藏浏览器窗口(老板键) - 自定义快捷键进行网页翻译 diff --git a/src/chrome++.ini b/src/chrome++.ini index 57ec48d..44328d3 100644 Binary files a/src/chrome++.ini and b/src/chrome++.ini differ diff --git a/src/version.h b/src/version.h index 76b32b0..5836783 100644 --- a/src/version.h +++ b/src/version.h @@ -3,7 +3,7 @@ #define RELEASE_VER_MAIN 1 #define RELEASE_VER_SUB 8 -#define RELEASE_VER_FIX 1 +#define RELEASE_VER_FIX 2 #define TOSTRING2(arg) #arg #define TOSTRING(arg) TOSTRING2(arg)