[go: nahoru, domu]

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

Bush2021/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 tab.
  • Right-click to close tab (hold Shift to show the original menu).
  • Preserve the last tab (prevent 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 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.
  • Portable design (incompatible with the original data; you can reinstall the system or change computers without losing data).
  • Allow custom Chromium command line switches.
  • For more features, see INI configuration file.

Download

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

Installation

The key is to ensure that version.dll is placed in the same directory as chrome.exe. It’s recommended to download the Chrome offline installation package, extract it twice to obtain the Chrome program files, and then place them in the App folder.

Compatibility

  • All browsers based on the latest stable branches of Chromium are theoretically supported.
  • Only the latest stable version of Chrome is tested, and maintenance is not guaranteed.
  • If the DLL is not properly loaded, try to set DLL.

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