New Repl
Quickly create a new repl on repl.it! (Not associated with repl.it)
什麼是New Repl?
New Repl是由GavHern開發的Chrome擴展程式,該擴展的主要功能是“Quickly create a new repl on repl.it! (Not associated with repl.it)”。
擴展截圖
下載New Repl擴展crx文件
下載New Repl擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quickly create a new repl.it project from anywhere on Chrome! Choose what language you want to write in and you're all set!
Created by Gav Hern, not affiliated with repl.it or Neoreason 擴展基本資訊
| 名稱 | |
| ID | ebpfoggdhbonnbpioddlandlicknhobk |
| 官方網址 | https://chromewebstore.google.com/detail/new-repl/ebpfoggdhbonnbpioddlandlicknhobk |
| 簡介 | Quickly create a new repl on repl.it! (Not associated with repl.it) |
| 檔案大小 | 78.83 KB |
| 安裝次數 | 84 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2019-05-17 |
| 上架時間 | 2019-05-16 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | GavHern |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Repl",
"short_name": "Quickly make repls",
"description": "Quickly create a new repl on repl.it! (Not associated with repl.it)",
"version": "1.1.0",
"icons": {
"128": "icon_128_extension.png"
},
"permissions": [],
"browser_action": {
"browser_icon": "Icon_128.png",
"default_popup": "popup.html",
"default_title": "New Repl"
}
} | |