Open In IntelliJ
Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
什麼是Open In IntelliJ?
Open In IntelliJ是由Bernhard Caspar開發的Chrome擴展程式,該擴展的主要功能是“Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)”。
擴展截圖
下載Open In IntelliJ擴展crx文件
下載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 |
官方網址 | 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" } } |