Peacock
Form Teams!
Peacockคืออะไร?
Peacock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sergey Ivanov และคุณลักษณะหลักของมันคือ "Form Teams!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Peacock
ดาวน์โหลดไฟล์ส่วนขยาย Peacock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Peacock instantly groups people into teams based on the preferences and their skill sets. You can add your players, their preferences for the tasks (up to 3) and their skills, and click on the go button to calculate optimal teams. The teams are based in such a way so that all preferences of are counted and players in one team have different skills. If you omit preferences of all, then random selection is applied. If you omit skills, then selection is based only on preferences. Inspired by and devoted to Vita Stepanova.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Peacock |
ID | nigakpafpjfoohcadhbcpeefdgdelkjm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/peacock/nigakpafpjfoohcadhbcpeefdgdelkjm |
คำอธิบาย | Form Teams! |
ขนาดไฟล์ | 312 KB |
จำนวนการติดตั้ง | 32 |
เวอร์ชันปัจจุบัน | 0.4.5 |
อัปเดตครั้งล่าสุด | 2019-03-31 |
วันที่เผยแพร่ | 2019-03-30 |
ผู้พัฒนา | Sergey Ivanov |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Peacock", "version": "0.4.5", "manifest_version": 2, "description": "Form Teams!", "icons": { "16": "icons\/peacock16.png", "24": "icons\/peacock24.png", "128": "icons\/peacock128.png" }, "default_locale": "en", "background": { "page": "background.html", "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_icon": "icons\/peacock24.png", "default_title": "Create teams", "default_popup": "popup.html" }, "permissions": [] } |