NPM + Repl.it
Adds a try it on repl.it link to npm package pages
Wat is NPM + Repl.it?
NPM + Repl.it is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Adds a try it on repl.it link to npm package pages".
Extensie Screenshots
Download het CRX-bestand van de extensie NPM + Repl.it
Download NPM + Repl.it-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
Try NPM packages on repl.it with the readme from npmjs.com on the side. https://github.com/masad-frost/replit-npm-chrome/
Basisinformatie over de Extensie
Naam | NPM + Repl.it |
ID | cmlgepelnlkdnmjhfhmohjmdfhmknbee |
Officiële URL | https://chromewebstore.google.com/detail/npm-+-replit/cmlgepelnlkdnmjhfhmohjmdfhmknbee |
Beschrijving | Adds a try it on repl.it link to npm package pages |
Bestandsgrootte | 7.04 KB |
Aantal Installaties | 104 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2018-05-03 |
Publicatiedatum | 2018-05-03 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/masad-frost/replit-npm-chrome/ |
Help Pagina-URL | https://github.com/masad-frost/replit-npm-chrome/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NPM + Repl.it", "version": "0.2.0", "description": "Adds a try it on repl.it link to npm package pages", "web_accessible_resources": [ "index.html", "index.js", "style.css" ], "content_scripts": [ { "js": [ "link-generator.js" ], "matches": [ "https:\/\/www.npmjs.com\/package\/*" ] } ] } |