NPM + Repl.it
Adds a try it on repl.it link to npm package pages
What is NPM + Repl.it?
NPM + Repl.it is a Chrome extension developed by Unknown, and its main feature is "Adds a try it on repl.it link to npm package pages".
Extension Screenshots
Download NPM + Repl.it Extension CRX File
Download NPM + Repl.it 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
Try NPM packages on repl.it with the readme from npmjs.com on the side. https://github.com/masad-frost/replit-npm-chrome/
Extension Basic Information
Name | NPM + Repl.it |
ID | cmlgepelnlkdnmjhfhmohjmdfhmknbee |
Official URL | https://chromewebstore.google.com/detail/npm-+-replit/cmlgepelnlkdnmjhfhmohjmdfhmknbee |
Description | Adds a try it on repl.it link to npm package pages |
File Size | 7.04 KB |
Installation Count | 104 |
Current Version | 0.2.0 |
Last Updated | 2018-05-03 |
Publish Date | 2018-05-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/masad-frost/replit-npm-chrome/ |
Help Page URL | https://github.com/masad-frost/replit-npm-chrome/issues |
Supported Languages | 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\/*" ] } ] } |