Blocklive: Scratch Realtime Collaboration
Multiple Scratchers Work together in Real Time on a Single Project
Blocklive: Scratch Realtime Collaborationคืออะไร?
Blocklive: Scratch Realtime Collaboration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย meechapooch และคุณลักษณะหลักของมันคือ "Multiple Scratchers Work together in Real Time on a Single Project"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Blocklive: Scratch Realtime Collaboration
ดาวน์โหลดไฟล์ส่วนขยาย Blocklive: Scratch Realtime Collaboration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wanted to collab on a scratch project with someone, but you realize that its frickin hard cause you have to repeatedly remix and share eachother's projects uggghgghggg! Your struggle is over! Welcome to BLOCKLIVE! This extension uses websockets to sync project changes in REAL TIME! Its super simple to share a project with any number of people, and everything syncs, including: - Blockly changes (create, move, change, comments, vars, lists etc...) - Asset uploads, Vector and Bitmap Edits - Name changes - Like.. everything else... Install Today! [ It does not read any of your cookies/tokens and will only sync projects that you tell it to ] Created by MeechaPooch (@ilhp10 on scratch) Support creator: https://www.buymeacoffee.com/ilhp10 [Discord, support and creator links are in the extension popup]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Blocklive: Scratch Realtime Collaboration |
ID | gelkmljpoacdjkjkcfekkmgkpnmeomlk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/blocklive-scratch-realtim/gelkmljpoacdjkjkcfekkmgkpnmeomlk |
คำอธิบาย | Multiple Scratchers Work together in Real Time on a Single Project |
ขนาดไฟล์ | 228 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 0.1.8.6 |
อัปเดตครั้งล่าสุด | 2023-11-06 |
วันที่เผยแพร่ | 2022-03-07 |
คะแนน | 3.79/5 รวมทั้งหมด 90 คะแนน |
ผู้พัฒนา | meechapooch |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sites.google.com/catlin.edu/blocklive-quickstart-guide/home |
URL หน้าช่วยเหลือ | https://www.buymeacoffee.com/ilhp10 |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/catlin.edu/blocklive-quickstart-guide/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Blocklive: Scratch Realtime Collaboration", "description": "Multiple Scratchers Work together in Real Time on a Single Project", "version": "0.1.8.6", "icons": { "128": "icon128.png" }, "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/scratch.mit.edu\/projects*" ], "css": [], "js": [ "injectors\/editor.js" ] }, { "matches": [ "https:\/\/scratch.mit.edu\/mystuff*" ], "css": [], "js": [ "injectors\/mystuff.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/scratch.mit.edu\/" ], "optional_permissions": [ "notifications" ], "web_accessible_resources": [ { "resources": [ "\/scripts\/editor.js", "\/scripts\/vm.js", "\/scripts\/mystuff.js", "\/scripts\/turbowarp_editor.js", "img\/blocklivefullres.png" ], "matches": [ " |