Open In IntelliJ

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

Qu'est-ce que Open In IntelliJ ?

Open In IntelliJ est une extension Chrome développée par Bernhard Caspar, et sa fonction principale est "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Open In IntelliJ

Téléchargez les fichiers d'extension Open In IntelliJ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Open In IntelliJ Open In IntelliJ
ID gpmmlokoechmmeboecialijibkjajlaj
URL Officiel https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj
Description Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Taille du Fichier 36.47 KB
Nombre d'Installations 4,779
Version Actuelle 0.8.1
Dernière Mise à Jour 2018-11-20
Date de Publication 2018-11-20
Évaluation 4.44/5 Total 9 Évaluations
Développeur Bernhard Caspar
Type de Paiement free
Site Web de l'Extension https://github.com/bernhardc/open-in-intellij
Langues Prises en Charge 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"
    }
}