Chome Registry Jumper
Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)
What is Chome Registry Jumper?
Chome Registry Jumper is a Chrome extension developed by Igal Tabachnik, and its main feature is "Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)".
Extension Screenshots
Download Chome Registry Jumper Extension CRX File
Download Chome Registry Jumper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | ihjgnaklogcickonfphakiihgjpkdheh |
Official URL | https://chrome.google.com/webstore/detail/chome-registry-jumper/ihjgnaklogcickonfphakiihgjpkdheh |
Description | Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880) |
File Size | 89.91 KB |
Installation Count | 261 |
Current Version | 1.0.1 |
Last Updated | 2015-05-18 |
Publish Date | 2015-05-18 |
Rating | 4.40/5 Total 5 Ratings |
Developer | Igal Tabachnik |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hmemcpy/ChromeRegJump |
Help Page URL | https://github.com/hmemcpy/ChromeRegJump/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chome Registry Jumper", "author": "Igal Tabachnik", "homepage_url": "https:\/\/github.com\/hmemcpy\/ChromeRegJump", "description": "Opens the selected registry key in regedit using Sysinternals RegJump (https:\/\/technet.microsoft.com\/en-us\/sysinternals\/bb963880)", "version": "1.0.1", "background": { "persistent": true, "scripts": [ "script.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus", "nativeMessaging" ], "icons": { "16": "regedit-icon.png", "256": "regedit-logo.png" } } |