yourepl

Instant code editor/REPL under any youtube video}

youreplคืออะไร?

yourepl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AltIvan และคุณลักษณะหลักของมันคือ "Instant code editor/REPL under any youtube video}"

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

screenshot
screenshot

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

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

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

                        Watch YouTube™ tutorials and write code at the same time! 
https://www.youtube.com/watch?v=Hx9GtMb6sRU                    

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

ชื่อ yourepl yourepl
ID kemgfmokkanpphkaaofemjfncpgfellk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/yourepl/kemgfmokkanpphkaaofemjfncpgfellk
คำอธิบาย Instant code editor/REPL under any youtube video}
ขนาดไฟล์ 233 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2018-12-22
วันที่เผยแพร่ 2018-12-22
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา AltIvan
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/repl.it\/*",
            "https:\/\/*.youtube.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/repl.it\/*",
        "background",
        "storage"
    ],
    "web_accessible_resources": [
        "css\/repl.css",
        "css\/youtube.css",
        "css\/repl-button.css",
        "scripts\/libs\/jquery.js",
        "scripts\/libs\/zoom-and-pan.js",
        "scripts\/libs\/utils.js",
        "scripts\/libs\/iframe-as-container.js",
        "scripts\/libs\/function.prototype.stateful.js",
        "scripts\/yt-event-proxy.js",
        "scripts\/repl-button.js",
        "scripts\/on-installed.js",
        "scripts\/save-repls.js",
        "scripts\/yourepl.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/repl.it\/*"
            ],
            "js": [
                "scripts\/inject-start.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}