Open In Editor
Extends the Developer Tools, adding an ability to open resources in an editor.
Open In Editorคืออะไร?
Open In Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, adding an ability to open resources in an editor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open In Editor
ดาวน์โหลดไฟล์ส่วนขยาย Open In Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a companion extension for https://www.npmjs.com/package/open-in-editor-connect middleware. It adds the "Open in Editor" item to the context menus of the Chrome DevTools to open files in an external editor quickly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open In Editor |
ID | fmgbklepjbpnmgplnabblaehammnbmgg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-in-editor/fmgbklepjbpnmgplnabblaehammnbmgg |
คำอธิบาย | Extends the Developer Tools, adding an ability to open resources in an editor. |
ขนาดไฟล์ | 11.06 KB |
จำนวนการติดตั้ง | 77 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2018-02-17 |
วันที่เผยแพร่ | 2018-02-16 |
คะแนน | 2.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/generalov/open-in-editor-extension |
URL หน้าช่วยเหลือ | https://github.com/generalov/open-in-editor-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open In Editor", "version": "1.0.3", "description": "Extends the Developer Tools, adding an ability to open resources in an editor.", "devtools_page": "devtools.html", "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |