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\/*"
            ]
        }
    ]
}