New Repl

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

Apa itu New Repl?

New Repl adalah ekstensi Chrome yang dikembangkan oleh GavHern, dan fitur utamanya adalah "Quickly create a new repl on repl.it! (Not associated with repl.it)".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi New Repl

Unduh file ekstensi New Repl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama New Repl New Repl
ID ebpfoggdhbonnbpioddlandlicknhobk
URL Resmi https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk
Deskripsi Quickly create a new repl on repl.it! (Not associated with repl.it)
Ukuran File 78.83 KB
Jumlah Instalasi 84
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2019-05-17
Tanggal Publikasi 2019-05-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang GavHern
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}