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”。
擴展截圖
下載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 |
ID | cmlgepelnlkdnmjhfhmohjmdfhmknbee |
官方網址 | 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\/*" ] } ] } |