Skip to content

A DLL hijack implements Chrome full portability as well as tab enhancements.

License

Notifications You must be signed in to change notification settings

charygao/chrome_plus

Repository files navigation

Chrome++

LICENSE LAST COMMIT STARS SIZES

中文说明: https://github.com/Bush2021/chrome_plus/blob/main/README_CN.md

Features

  • Double-click to close tabs.
  • Right-click to close tabs. (Hold Shift to show the original menu.)
  • Preserve the last tab (prevents the browser from closing when the last tab is closed; clicking the 'X' won't work).
  • Mouse hover to scroll the tab bar.
  • Right-click and scroll the tab bar.
  • New foreground tab opens the contents entered in address bar.
  • New foreground tab opens bookmarks.
  • Disable the above two features when the current tab is a new tab. (Since the identification of new tabs is based on the name, support for the corresponding language is required. If you encounter an unsupported situation, you can submit an issue)
  • Use hotkeys to quickly hide the browser window (boss key).
  • Portable design: the program is placed in the App directory, and data is stored in the Data directory (incompatible with the original data; you can reinstall the system or change computers without losing data).
  • Allow configuration of features using ini files.
  • Allow custom Chromium startup parameters.

Download

Built and released automatically using GitHub Actions. Download link: https://github.com/Bush2021/chrome_plus/actions or https://github.com/Bush2021/chrome_plus/releases/.

Installation

Place version.dll in the same directory as chrome.exe.

Compatibility

License

  • Versions 1.5.4 and earlier are licensed under MIT license, with all rights reserved by Shuax.
  • Version 1.5.5 - 1.5.9 are licensed under MIT license, with modifications made by contributors to this repository based on Shuax's version.
  • Versions 1.6.0 and later are licensed under GPL-3.0 license.

Thanks

About

A DLL hijack implements Chrome full portability as well as tab enhancements.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.7%
  • C 14.4%
  • Lua 3.0%
  • Batchfile 1.9%