chrome_plus
A DLL hijack implements Chrome full portability as well as tab enhancements.
File Explorer
Download Latest Version (.zip)- bug_report.yml
- bug_report.zh-CN.yml
- config.yml
- feature_request.yml
- build.yml
- delete_old_workflow_runs.yml
- genReleaseNote.sh
- release.yml
- clang-cl.cmake
- appid.cc
- appid.h
- chrome++.cc
- chrome++.ini
- chrome++.rc
- com_initializer.h
- config.cc
- config.h
- green.cc
- green.h
- hijack.cc
- hijack.h
- hotkey.cc
- hotkey.h
- inputhook.cc
- inputhook.h
- keymapping.cc
- keymapping.h
- pakfile.cc
- pakfile.h
- pakpatch.cc
- pakpatch.h
- policies.cc
- policies.h
- portable.cc
- portable.h
- tabbookmark.cc
- tabbookmark.h
- uia.cc
- uia.h
- upgradenotification.cc
- upgradenotification.h
- utils.cc
- utils.h
- version.h
- .clang-format
- .clangd
- .gitattributes
- .gitignore
- .gitmodules
- build.cmd
- CMakeLists.txt
- CMakePresets.json
- detours
- LICENSE
- mini_gzip
- README.md
- README.zh-CN.md
๐ Installation Guide
1. Get the code
git clone https://github.com/Bush2021/chrome_plus
Downloads the entire project code from GitHub to your computer.
cd chrome_plus
Moves into the project folder you just downloaded.
2. CMake
Medium RecommendedPrerequisites
mkdir build && cd build
Creates a folder to hold the build output and moves into it.
cmake ..
Analyzes the source code and generates build configuration files (must be run inside the build folder).
make
Compiles the code based on the generated build configuration to produce an executable.
Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).
// repository documentation
Was this content helpful?
(0 ratings)
