NPM + Repl.it

Adds a try it on repl.it link to npm package pages

什么是NPM + Repl.it?

NPM + Repl.it是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Adds a try it on repl.it link to npm package pages”。

扩展截图

screenshot
screenshot

下载NPM + Repl.it扩展crx文件

下载NPM + Repl.it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Try NPM packages on repl.it with the readme from npmjs.com on the side.

https://github.com/masad-frost/replit-npm-chrome/                    

扩展基本信息

名称 NPM + Repl.it NPM + Repl.it
ID cmlgepelnlkdnmjhfhmohjmdfhmknbee
官方URL https://chromewebstore.google.com/detail/npm-+-replit/cmlgepelnlkdnmjhfhmohjmdfhmknbee
简介 Adds a try it on repl.it link to npm package pages
文件大小 7.04 KB
安装次数 104
当前版本 0.2.0
更新时间 2018-05-03
上架时间 2018-05-03
评分 5.00/5 共3次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/masad-frost/replit-npm-chrome/
帮助页面URL https://github.com/masad-frost/replit-npm-chrome/issues
支持的语言 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\/*"
            ]
        }
    ]
}