Chome Registry Jumper
Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)
Wat is Chome Registry Jumper?
Chome Registry Jumper is een Chrome-extensie ontwikkeld door Igal Tabachnik, en de belangrijkste functie is "Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)".
Extensie Screenshots
Download het CRX-bestand van de extensie Chome Registry Jumper
Download Chome Registry Jumper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ihjgnaklogcickonfphakiihgjpkdheh |
Officiële URL | https://chrome.google.com/webstore/detail/chome-registry-jumper/ihjgnaklogcickonfphakiihgjpkdheh |
Beschrijving | Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880) |
Bestandsgrootte | 89.91 KB |
Aantal Installaties | 261 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2015-05-18 |
Publicatiedatum | 2015-05-18 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Igal Tabachnik |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hmemcpy/ChromeRegJump |
Help Pagina-URL | https://github.com/hmemcpy/ChromeRegJump/issues |
Ondersteunde Talen | 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" } } |