JDoodle

Use JDoodle's Chrome extension for a full-fledged IDE in your browser – instant, accessible, and subtly empowering!

JDoodleคืออะไร?

JDoodle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jdoodle.com และคุณลักษณะหลักของมันคือ "Use JDoodle's Chrome extension for a full-fledged IDE in your browser – instant, accessible, and subtly empowering!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JDoodle

ดาวน์โหลดไฟล์ส่วนขยาย JDoodle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The JDoodle Chrome Extension is a revolutionary tool that lets users effortlessly execute programs from any webpage. It's designed for both convenience and efficiency, making coding more accessible than ever.

With JDoodle's Chrome Extension, coding becomes more integrated into your browsing experience. It's an indispensable tool for developers, learners, and coding enthusiasts who seek a seamless, productive, and elevated coding journey.

Key Features:
- Effortless Code Execution: Select code on a webpage, right-click, and execute directly with JDoodle. Alternatively, open code in the JDoodle extension with a simple right-click.
- Execution History Tracking: Easily access the history of executed codes, including website links and results.
- User Login Requirement: Users must log in to the extension for personalized and secure usage.
- Smart Language Detection: Utilize JDoodle AI for automatic programming language detection.
- Future AI Enhancements: Look forward to advanced AI features from JDoodle's main website in upcoming releases.

User Scenarios:
- New Users: Log in and open programs on JDoodle.com.
- Logged-in Users: 
- Execute programs within the extension.
- Manage and view execution history.
- Access JDoodle.com for more features.
- Securely log out as needed.


Technical Insights:
- The extension maintains an independent login session from the browser.
- It uses a token-based system similar to mobile apps for user recognition.
- Compatible with both Chrome and Microsoft Edge, ensuring wide accessibility.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ JDoodle JDoodle
ID fbbdeoelagkhkjfihkigmhocpcigckek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jdoodle/fbbdeoelagkhkjfihkigmhocpcigckek
คำอธิบาย Use JDoodle's Chrome extension for a full-fledged IDE in your browser – instant, accessible, and subtly empowering!
ขนาดไฟล์ 4.98 MB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2024-02-07
วันที่เผยแพร่ 2023-12-07
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://jdoodle.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.jdoodle.com
URL หน้าช่วยเหลือ https://www.jdoodle.com
URL หน้านโยบายความเป็นส่วนตัว https://www.jdoodle.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "JDoodle",
    "version": "1.2",
    "description": "Use JDoodle's Chrome extension for a full-fledged IDE in your browser \u2013 instant, accessible, and subtly empowering!",
    "minimum_chrome_version": "116",
    "background": {
        "service_worker": "service-worker.js"
    },
    "side_panel": {
        "default_path": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/www.jdoodle.com\/extension\/*"
            ]
        },
        {
            "js": [
                "select-script.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "sidePanel",
        "contextMenus",
        "storage",
        "tabs",
        "activeTab"
    ],
    "icons": {
        "16": "JD_logo.png",
        "48": "JD_logo.png",
        "128": "JD_logo.png"
    },
    "action": {
        "default_title": "Open JDoodle",
        "default_icon": "JD_logo.png"
    }
}