yourepl

Instant code editor/REPL under any youtube video}

yourepl là gì?

yourepl là một tiện ích mở rộng Chrome được phát triển bởi AltIvan, và tính năng chính của nó là "Instant code editor/REPL under any youtube video}".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng yourepl 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

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

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

Tên yourepl yourepl
ID kemgfmokkanpphkaaofemjfncpgfellk
URL Chính Thức https://chrome.google.com/webstore/detail/yourepl/kemgfmokkanpphkaaofemjfncpgfellk
Mô tả Instant code editor/REPL under any youtube video}
Kích Thước Tệp 233 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2018-12-22
Ngày Phát Hành 2018-12-22
Đánh Giá 3.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển AltIvan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}