NPM + Repl.it

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

Apa itu NPM + Repl.it?

NPM + Repl.it adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Adds a try it on repl.it link to npm package pages".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi NPM + Repl.it

Unduh file ekstensi NPM + Repl.it dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

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

Informasi Dasar Ekstensi

Nama NPM + Repl.it NPM + Repl.it
ID cmlgepelnlkdnmjhfhmohjmdfhmknbee
URL Resmi https://chromewebstore.google.com/detail/npm-+-replit/cmlgepelnlkdnmjhfhmohjmdfhmknbee
Deskripsi Adds a try it on repl.it link to npm package pages
Ukuran File 7.04 KB
Jumlah Instalasi 104
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2018-05-03
Tanggal Publikasi 2018-05-03
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/masad-frost/replit-npm-chrome/
URL Halaman Bantuan https://github.com/masad-frost/replit-npm-chrome/issues
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}