New Repl

Quickly create a new repl on repl.it! (Not associated with repl.it)

New Repl là gì?

New Repl là một tiện ích mở rộng Chrome được phát triển bởi GavHern, và tính năng chính của nó là "Quickly create a new repl on repl.it! (Not associated with repl.it)".

Ả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 New Repl

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

                        Quickly create a new repl.it project from anywhere on Chrome! Choose what language you want to write in and you're all set!

Created by Gav Hern, not affiliated with repl.it or Neoreason                    

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

Tên New Repl New Repl
ID ebpfoggdhbonnbpioddlandlicknhobk
URL Chính Thức https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk
Mô tả Quickly create a new repl on repl.it! (Not associated with repl.it)
Kích Thước Tệp 78.83 KB
Số Lần Cài Đặt 84
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2019-05-17
Ngày Phát Hành 2019-05-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển GavHern
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Repl",
    "short_name": "Quickly make repls",
    "description": "Quickly create a new repl on repl.it! (Not associated with repl.it)",
    "version": "1.1.0",
    "icons": {
        "128": "icon_128_extension.png"
    },
    "permissions": [],
    "browser_action": {
        "browser_icon": "Icon_128.png",
        "default_popup": "popup.html",
        "default_title": "New Repl"
    }
}