Chome Registry Jumper

Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)

Cos'è Chome Registry Jumper?

Chome Registry Jumper è un'estensione di Chrome sviluppata da Igal Tabachnik, e la sua funzione principale è "Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chome Registry Jumper

Scarica i file di estensione Chome Registry Jumper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Chome Registry Jumper Chome Registry Jumper
ID ihjgnaklogcickonfphakiihgjpkdheh
URL Ufficiale https://chrome.google.com/webstore/detail/chome-registry-jumper/ihjgnaklogcickonfphakiihgjpkdheh
Descrizione Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)
Dimensione del File 89.91 KB
Conteggio Installazioni 261
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-05-18
Data di Pubblicazione 2015-05-18
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Igal Tabachnik
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/hmemcpy/ChromeRegJump
URL della Pagina di Aiuto https://github.com/hmemcpy/ChromeRegJump/issues
Lingue Supportate 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"
    }
}