New Repl

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

Cos'è New Repl?

New Repl è un'estensione di Chrome sviluppata da GavHern, e la sua funzione principale è "Quickly create a new repl on repl.it! (Not associated with repl.it)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione New Repl

Scarica i file di estensione New Repl in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome New Repl New Repl
ID ebpfoggdhbonnbpioddlandlicknhobk
URL Ufficiale https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk
Descrizione Quickly create a new repl on repl.it! (Not associated with repl.it)
Dimensione del File 78.83 KB
Conteggio Installazioni 84
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-05-17
Data di Pubblicazione 2019-05-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore GavHern
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}