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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Igal Tabachnik และคุณลักษณะหลักของมันคือ "Opens the selected registry key in regedit using Sysinternals RegJump (https://technet.microsoft.com/en-us/sysinternals/bb963880)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chome Registry Jumper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" } } |