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
官方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": []
}