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)」です。
拡張機能のスクリーンショット
Chome Registry Jumper拡張機能のCRXファイルをダウンロード
Chome Registry Jumper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |