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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NPM + Repl.it
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } ] } |