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ファイルをダウンロード

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