New Repl
Quickly create a new repl on repl.it! (Not associated with repl.it)
What is New Repl?
New Repl is a Chrome extension developed by GavHern, and its main feature is "Quickly create a new repl on repl.it! (Not associated with repl.it)".
Extension Screenshots
Download New Repl Extension CRX File
Download New Repl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | New Repl |
ID | ebpfoggdhbonnbpioddlandlicknhobk |
Official URL | https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk |
Description | Quickly create a new repl on repl.it! (Not associated with repl.it) |
File Size | 78.83 KB |
Installation Count | 84 |
Current Version | 1.1.0 |
Last Updated | 2019-05-17 |
Publish Date | 2019-05-16 |
Rating | 5.00/5 Total 2 Ratings |
Developer | GavHern |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |