New Repl

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

Vad är New Repl?

New Repl är en Chrome-tillägg utvecklad av GavHern, och dess huvudfunktion är "Quickly create a new repl on repl.it! (Not associated with repl.it)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner New Repl-förlängningens CRX-fil

Ladda ner New Repl-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn New Repl New Repl
ID ebpfoggdhbonnbpioddlandlicknhobk
Officiell webbadress https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk
Beskrivning Quickly create a new repl on repl.it! (Not associated with repl.it)
Filstorlek 78.83 KB
Antal Installationer 84
Aktuell Version 1.1.0
Senast Uppdaterad 2019-05-17
Publiceringsdatum 2019-05-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare GavHern
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}