Open In IntelliJ
Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Open In IntelliJ क्या है?
Open In IntelliJ Bernhard Caspar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Open In IntelliJ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.)
एक्सटेंशन की मूल जानकारी
नाम | Open In IntelliJ |
ID | gpmmlokoechmmeboecialijibkjajlaj |
आधिकारिक URL | https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj |
विवरण | Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.) |
फ़ाइल का आकार | 36.47 KB |
स्थापना संख्या | 4,779 |
वर्तमान संस्करण | 0.8.1 |
अंतिम अपडेट | 2018-11-20 |
प्रकाशन तिथि | 2018-11-20 |
रेटिंग | 4.44/5 कुल 9 रेटिंग्स |
डेवलपर | Bernhard Caspar |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/bernhardc/open-in-intellij |
समर्थित भाषाएँ | 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" } } |