Chome Registry Jumper

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

Apa itu Chome Registry Jumper?

Chome Registry Jumper adalah ekstensi Chrome yang dikembangkan oleh Igal Tabachnik, dan fitur utamanya adalah "Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chome Registry Jumper

Unduh file ekstensi Chome Registry Jumper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Chome Registry Jumper Chome Registry Jumper
ID ihjgnaklogcickonfphakiihgjpkdheh
URL Resmi https://chrome.google.com/webstore/detail/chome-registry-jumper/ihjgnaklogcickonfphakiihgjpkdheh
Deskripsi Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)
Ukuran File 89.91 KB
Jumlah Instalasi 261
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-05-18
Tanggal Publikasi 2015-05-18
Penilaian 4.40/5 Total 5 Penilaian
Pengembang Igal Tabachnik
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/hmemcpy/ChromeRegJump
URL Halaman Bantuan https://github.com/hmemcpy/ChromeRegJump/issues
Bahasa yang Didukung 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"
    }
}