Chome Registry Jumper
Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)
Qu'est-ce que Chome Registry Jumper ?
Chome Registry Jumper est une extension Chrome développée par Igal Tabachnik, et sa fonction principale est "Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chome Registry Jumper
Téléchargez les fichiers d'extension Chome Registry Jumper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | ihjgnaklogcickonfphakiihgjpkdheh |
URL Officiel | 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) |
Taille du Fichier | 89.91 KB |
Nombre d'Installations | 261 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-05-18 |
Date de Publication | 2015-05-18 |
Évaluation | 4.40/5 Total 5 Évaluations |
Développeur | Igal Tabachnik |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hmemcpy/ChromeRegJump |
URL de la Page d'Aide | https://github.com/hmemcpy/ChromeRegJump/issues |
Langues Prises en Charge | 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" } } |