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.)"입니다.

확장 프로그램 스크린샷

screenshot

Open In IntelliJ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    }
}