Open In IntelliJ
Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Wat is Open In IntelliJ?
Open In IntelliJ is een Chrome-extensie ontwikkeld door Bernhard Caspar, en de belangrijkste functie is "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)".
Extensie Screenshots
Download het CRX-bestand van de extensie Open In IntelliJ
Download Open In IntelliJ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.)
Basisinformatie over de Extensie
Naam | Open In IntelliJ |
ID | gpmmlokoechmmeboecialijibkjajlaj |
Officiële URL | https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj |
Beschrijving | Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.) |
Bestandsgrootte | 36.47 KB |
Aantal Installaties | 4,779 |
Huidige Versie | 0.8.1 |
Laatst Bijgewerkt | 2018-11-20 |
Publicatiedatum | 2018-11-20 |
Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
Ontwikkelaar | Bernhard Caspar |
Betalingswijze | free |
Extensiewebsite | https://github.com/bernhardc/open-in-intellij |
Ondersteunde Talen | 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" } } |