Open In IntelliJ

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

¿Qué es Open In IntelliJ?

Open In IntelliJ es una extensión de Chrome desarrollada por Bernhard Caspar, y su función principal es "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Open In IntelliJ

Descarga archivos de extensión Open In IntelliJ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Open In IntelliJ Open In IntelliJ
ID gpmmlokoechmmeboecialijibkjajlaj
URL Oficial https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj
Descripción Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Tamaño del Archivo 36.47 KB
Cantidad de Instalaciones 4,779
Versión Actual 0.8.1
Última Actualización 2018-11-20
Fecha de Publicación 2018-11-20
Calificación 4.44/5 Total de 9 Calificaciones
Desarrollador Bernhard Caspar
Tipo de Pago free
Sitio Web de la Extensión https://github.com/bernhardc/open-in-intellij
Idiomas Soportados 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"
    }
}