Peacock

Form Teams!

什麼是Peacock?

Peacock是由Sergey Ivanov開發的Chrome擴展程式,該擴展的主要功能是“Form Teams!”。

擴展截圖

screenshot

下載Peacock擴展crx文件

下載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 Peacock
ID nigakpafpjfoohcadhbcpeefdgdelkjm
官方網址 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": []
}