New Repl
Quickly create a new repl on repl.it! (Not associated with repl.it)
Wat is New Repl?
New Repl is een Chrome-extensie ontwikkeld door GavHern, en de belangrijkste functie is "Quickly create a new repl on repl.it! (Not associated with repl.it)".
Extensie Screenshots
Download het CRX-bestand van de extensie New Repl
Download New Repl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | New Repl |
ID | ebpfoggdhbonnbpioddlandlicknhobk |
Officiële URL | https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk |
Beschrijving | Quickly create a new repl on repl.it! (Not associated with repl.it) |
Bestandsgrootte | 78.83 KB |
Aantal Installaties | 84 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-05-17 |
Publicatiedatum | 2019-05-16 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | GavHern |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |