NPM + Repl.it

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

ما هو NPM + Repl.it؟

NPM + Repl.it هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Adds a try it on repl.it link to npm package pages".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة NPM + Repl.it

قم بتنزيل ملفات الامتداد NPM + Repl.it بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}