Chome Registry Jumper
Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)
O que é Chome Registry Jumper?
Chome Registry Jumper é uma extensão do Chrome desenvolvida por Igal Tabachnik, e sua principal característica é "Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chome Registry Jumper
Baixe arquivos de extensão Chome Registry Jumper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | ihjgnaklogcickonfphakiihgjpkdheh |
URL Oficial | https://chrome.google.com/webstore/detail/chome-registry-jumper/ihjgnaklogcickonfphakiihgjpkdheh |
Descrição | Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880) |
Tamanho do Arquivo | 89.91 KB |
Contagem de Instalações | 261 |
Versão Atual | 1.0.1 |
Última Atualização | 2015-05-18 |
Data de Publicação | 2015-05-18 |
Classificação | 4.40/5 Total de 5 Avaliações |
Desenvolvedor | Igal Tabachnik |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/hmemcpy/ChromeRegJump |
URL da Página de Ajuda | https://github.com/hmemcpy/ChromeRegJump/issues |
Idiomas Suportados | 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" } } |