New Repl
Quickly create a new repl on repl.it! (Not associated with repl.it)
New Replคืออะไร?
New Repl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GavHern และคุณลักษณะหลักของมันคือ "Quickly create a new repl on repl.it! (Not associated with repl.it)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New Repl
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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"
}
} | |