New Repl

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

Qu'est-ce que New Repl ?

New Repl est une extension Chrome développée par GavHern, et sa fonction principale est "Quickly create a new repl on repl.it! (Not associated with repl.it)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension New Repl

Téléchargez les fichiers d'extension New Repl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom New Repl New Repl
ID ebpfoggdhbonnbpioddlandlicknhobk
URL Officiel https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk
Description Quickly create a new repl on repl.it! (Not associated with repl.it)
Taille du Fichier 78.83 KB
Nombre d'Installations 84
Version Actuelle 1.1.0
Dernière Mise à Jour 2019-05-17
Date de Publication 2019-05-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur GavHern
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}