Open In IntelliJ

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

Open In IntelliJ là gì?

Open In IntelliJ là một tiện ích mở rộng Chrome được phát triển bởi Bernhard Caspar, và tính năng chính của nó là "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open In IntelliJ

Tải xuống các tệp mở rộng Open In IntelliJ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open In IntelliJ Open In IntelliJ
ID gpmmlokoechmmeboecialijibkjajlaj
URL Chính Thức https://chromewebstore.google.com/detail/open-in-intellij/gpmmlokoechmmeboecialijibkjajlaj
Mô tả Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)
Kích Thước Tệp 36.47 KB
Số Lần Cài Đặt 4,779
Phiên Bản Hiện Tại 0.8.1
Cập Nhật Lần Cuối 2018-11-20
Ngày Phát Hành 2018-11-20
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Bernhard Caspar
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/bernhardc/open-in-intellij
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}