Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asheroto/registry-jumper
Chrome/Edge/Brave extension to open any selected Windows Registry path in Regedit using Sysinternals RegJump
https://github.com/asheroto/registry-jumper
brave chrome context-menu edge extension jump navigate open path regedit registry right-click sysinternals windows
Last synced: about 1 month ago
JSON representation
Chrome/Edge/Brave extension to open any selected Windows Registry path in Regedit using Sysinternals RegJump
- Host: GitHub
- URL: https://github.com/asheroto/registry-jumper
- Owner: asheroto
- License: gpl-3.0
- Created: 2024-08-06T20:37:15.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T19:45:37.000Z (3 months ago)
- Last Synced: 2024-10-13T06:41:46.554Z (about 1 month ago)
- Topics: brave, chrome, context-menu, edge, extension, jump, navigate, open, path, regedit, registry, right-click, sysinternals, windows
- Language: PowerShell
- Homepage: https://chromewebstore.google.com/detail/registry-jumper/oeclndhlgfilojjhmciifnjopekeieei
- Size: 15.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
https://github.com/user-attachments/assets/315e0dfc-f299-481c-b98e-46bec33baea0
[![Release](https://img.shields.io/github/v/release/asheroto/Registry-Jumper)](https://github.com/asheroto/Registry-Jumper/releases)
[![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/asheroto/Registry-Jumper)](https://github.com/asheroto/Registry-Jumper/releases)
[![Chrome Web Store Users](https://img.shields.io/chrome-web-store/users/oeclndhlgfilojjhmciifnjopekeieei)](https://chromewebstore.google.com/detail/Registry-Jumper/oeclndhlgfilojjhmciifnjopekeieei)
[![GitHub Downloads - All Releases](https://img.shields.io/github/downloads/asheroto/Registry-Jumper/total)](https://github.com/asheroto/Registry-Jumper/releases)
[![GitHub Sponsor](https://img.shields.io/github/sponsors/asheroto?label=Sponsor&logo=GitHub)](https://github.com/sponsors/asheroto)
# Registry Jumper
> [!NOTE]
> This is a newly updated plugin that has recently undergone several big changes. An update has been submitted to the Chrome and Edge stores and is currently pending approval. Store links may not function until the update is approved.## Overview
Registry Jumper is a Chrome/Edge/Brave extension that allows you to open selected registry keys directly in Regedit using [Sysinternals RegJump](https://learn.microsoft.com/en-us/sysinternals/downloads/regjump). This tool is designed to streamline the process of navigating to specific registry keys by providing a context menu option in the browser.
> [!NOTE]
> This project is based on [Chrome Registry Jumper](https://github.com/hmemcpy/ChromeRegJump). The original project was archived in March 2024 and was removed from the Chrome Web Store. The code has undergone significant enhancements compared to the original version.## Features
- **Open Registry Keys**: Right-click on selected registry keys and open them directly in `regedit` using RegJump.
- **Context Menu Filtering**: The context menu option to `Open in Registry Editor` is only shown for valid registry keys (e.g., HKLM, HKCU). Selecting non-registry keys will not display the option.
- **Automated Setup**: An easy installation script to download and set up RegJump and the Chrome native messaging host.
- **Enhanced Debugging**: Improved debugging to help diagnose issues.## Supported Prefixes
- HKCU / HKEY_CURRENT_USER
- HKLM / HKEY_LOCAL_MACHINE
- HKCR / HKEY_CLASSES_ROOT
- HKU / HKEY_USERS
- HKCC / HKEY_CURRENT_CONFIG## Getting Started
### Installation
Users can install Registry Jumper from the [Chrome Web Store](https://chromewebstore.google.com/detail/registry-jumper/oeclndhlgfilojjhmciifnjopekeieei), the [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/registry-jumper/mhaojmcnomblooljdnembgmajlmoecin), or by manually installing the CRX file from releases. We recommend using the Chrome Web Store or Edge Add-ons link because it will automatically update the extension.
### Setup
- Open the `Extensions` menu
- Click the `Registry Jumper` menu
- Click on `Options`
- Complete the setup by following the instructions### Usage
1. **Select a Registry Key**: On a new tab, select a registry key text (e.g., `HKEY_LOCAL_MACHINE\Software\...`).
2. **Right-Click and Open**: Right-click the selected text and choose "Open in Registry Editor" from the context menu.
3. **Refresh Tab**: If you already have a tab pulled up, you will need to refresh the tab in order for the extension to work.## Troubleshooting
If you encounter issues with the extension, try running the installer again. While functionality typically remains stable across versions, some changes can cause connection issues. Running the install script should resolve these problems.
If you’re still having issues and need help, please open an [issue](https://github.com/asheroto/Registry-Jumper/issues).
## How it Works
When you run the `install.ps1` script, it downloads `regjump.exe` from Sysinternals and places it in the `regjump` folder under `%LOCALAPPDATA%\Registry Jumper`. The script then copies the necessary files, including the `host` folder, to the `host` folder under `%LOCALAPPDATA%\Registry Jumper`. This setup ensures that the program remains in a consistent location and continues to function correctly, even if the extension version changes.
Next, the installer configures [Chrome Native Messaging](https://developer.chrome.com/docs/extensions/mv3/nativeMessaging/) to enable seamless communication between the extension and RegJump. This allows registry information to be passed efficiently between the browser and RegJump.
Whenever a valid registry prefix is detected, the extension's context menu becomes available. The selected registry information is then passed to RegJump via Chrome Native Messaging, ensuring that it opens the relevant registry key.
## Community & Contributions
### Open Source
This extension is fully open-source to ensure both transparency and security. You can view and even contribute to the source code.
### Contributing Guidelines
We value community contributions and encourage you to get involved. For issues, feature requests, or code contributions, please visit our GitHub repository.
- If you come across any issues, open a new issue on GitHub.
- To suggest new features, you can also submit an issue.
- If you wish to contribute code, we accept Pull Requests. Be sure to read our [contributing guidelines](https://github.com/asheroto/Registry-Jumper/blob/main/CONTRIBUTING.md) for the required code style.Detailed instructions on how to contribute can be found on the [contributing guidelines](https://github.com/asheroto/Registry-Jumper/blob/main/CONTRIBUTING.md) page. Thank you for helping to improve our Chrome extension.
## Support
If you found this extension helpful and want to show your appreciation, consider making a small donation to the developer. Your support is greatly appreciated and helps keep the coffee flowing, allowing me to continue working on other cool projects like this!
[![Buy Me a Coffee](https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=&slug=asheroto&button_colour=FFDD00&font_colour=000000&font_family=Lato&outline_colour=000000&coffee_colour=ffffff)](https://www.buymeacoffee.com/asheroto)
## Rate and Feedback
If you enjoyed using this extension, please take a moment to [rate it on the Chrome Web Store](https://chromewebstore.google.com/detail/registry-jumper/oeclndhlgfilojjhmciifnjopekeieei).
For feature requests and bug reports, visit the [Issues](https://github.com/asheroto/Registry-Jumper/issues) tab.
## To-Do List
- [x] Placeholder