Open In IntelliJ

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

ما هو Open In IntelliJ؟

Open In IntelliJ هو إضافة Chrome تم تطويرها بواسطة Bernhard Caspar، والميزة الرئيسية لها هي "Open files from Chrome Devtools in IntelliJ IDEs (Webstorm, PHPStorm etc.)".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Open In IntelliJ

قم بتنزيل ملفات الامتداد Open In IntelliJ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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"
    }
}