Open In IntelliJ

Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)

O que é Open In IntelliJ?

Open In IntelliJ é uma extensão do Chrome desenvolvida por Bernhard Caspar, e sua principal característica é "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Open In IntelliJ

Baixe arquivos de extensão Open In IntelliJ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.)                    

Informações Básicas da Extensão

Nome Open In IntelliJ Open In IntelliJ
ID gpmmlokoechmmeboecialijibkjajlaj
URL Oficial https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj
Descrição Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Tamanho do Arquivo 36.47 KB
Contagem de Instalações 4,779
Versão Atual 0.8.1
Última Atualização 2018-11-20
Data de Publicação 2018-11-20
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor Bernhard Caspar
Tipo de Pagamento free
Site da Extensão https://github.com/bernhardc/open-in-intellij
Idiomas Suportados 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"
    }
}