Chome Registry Jumper

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

什么是Chome Registry Jumper?

Chome Registry Jumper是由Igal Tabachnik开发的Chrome扩展程序,该扩展的主要功能是“Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)”。

扩展截图

screenshot

下载Chome Registry Jumper扩展crx文件

下载Chome Registry Jumper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Chome Registry Jumper Chome Registry Jumper
ID ihjgnaklogcickonfphakiihgjpkdheh
官方URL https://chrome.google.com/webstore/detail/chome-registry-jumper/ihjgnaklogcickonfphakiihgjpkdheh
简介 Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)
文件大小 89.91 KB
安装次数 261
当前版本 1.0.1
更新时间 2015-05-18
上架时间 2015-05-18
评分 4.40/5 共5次评分
开发者 Igal Tabachnik
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hmemcpy/ChromeRegJump
帮助页面URL https://github.com/hmemcpy/ChromeRegJump/issues
支持的语言 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"
    }
}