Duo Cards

This is a very simple and fun card game, being much like the Uno and can-can games

什么是Duo Cards?

Duo Cards是由totopgamesus开发的Chrome扩展程序,该扩展的主要功能是“This is a very simple and fun card game, being much like the Uno and can-can games”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Duo Cards扩展crx文件

下载Duo Cards扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Enjoy playing the classic Uno card game. Face up to three players and prove yourself skillful to win. See the rules: The deck consists of four-color cards: green, yellow, red and blue. The rows of each color vary between 0 and 9. There are three special actions for each type of letter color, identified as  "Jump ",  "buy two " and  "Flip ".                    

扩展基本信息

名称 Duo Cards Duo Cards
ID ekendolchjjcmkmjjcgcbcpjabgogpcn
官方URL https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn
简介 This is a very simple and fun card game, being much like the Uno and can-can games
文件大小 55.79 KB
安装次数 29
当前版本 1.0
更新时间 2018-12-17
上架时间 2018-12-17
开发者 totopgamesus
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Duo Cards",
    "short_name": "Play Duo Cards game",
    "description": "This is a very simple and fun card game, being much like the Uno and can-can games",
    "version": "1.0",
    "browser_action": {
        "default_icon": "duocards128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}