Open In IntelliJ
Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Open In IntelliJคืออะไร?
Open In IntelliJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bernhard Caspar และคุณลักษณะหลักของมันคือ "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open In IntelliJ
ดาวน์โหลดไฟล์ส่วนขยาย Open In IntelliJ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a Dev Tools Extension to open resources like Javascript or CSS files directly inside your IntelliJ IDE (IntelliJ IDEA, WebStorm, PHPStorm etc.) For installation instructions, troubleshooting tips and source code go to: https://github.com/bernhardc/open-in-intellij (Note: You might have to go into your WebStorm/PHPStorm Settings ->Build,Execution,Deployment -> Debugger -> Built-In Server and check the box "Allow unsigned requests". Also if the web root directory is different from your project root, you need to set up path mappings. Please refer to the instructions page.)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open In IntelliJ |
ID | gpmmlokoechmmeboecialijibkjajlaj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj |
คำอธิบาย | Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.) |
ขนาดไฟล์ | 36.47 KB |
จำนวนการติดตั้ง | 4,779 |
เวอร์ชันปัจจุบัน | 0.8.1 |
อัปเดตครั้งล่าสุด | 2018-11-20 |
วันที่เผยแพร่ | 2018-11-20 |
คะแนน | 4.44/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Bernhard Caspar |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bernhardc/open-in-intellij |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open In IntelliJ", "short_name": "Open In IntelliJ", "description": "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)", "version": "0.8.1", "devtools_page": "openinide.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "48": "logo-48px.png", "128": "logo-128px.png" } } |