Open In IntelliJ
Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Cos'è Open In IntelliJ?
Open In IntelliJ è un'estensione di Chrome sviluppata da Bernhard Caspar, e la sua funzione principale è "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Open In IntelliJ
Scarica i file di estensione Open In IntelliJ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.)
Informazioni di Base sull'Estensione
Nome | Open In IntelliJ |
ID | gpmmlokoechmmeboecialijibkjajlaj |
URL Ufficiale | https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj |
Descrizione | Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.) |
Dimensione del File | 36.47 KB |
Conteggio Installazioni | 4,779 |
Versione Corrente | 0.8.1 |
Ultimo Aggiornamento | 2018-11-20 |
Data di Pubblicazione | 2018-11-20 |
Valutazione | 4.44/5 Totale 9 Valutazioni |
Sviluppatore | Bernhard Caspar |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bernhardc/open-in-intellij |
Lingue Supportate | 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" } } |