Duo Cards
This is a very simple and fun card game, being much like the Uno and can-can games
Hvad er Duo Cards?
Duo Cards er en Chrome-udvidelse udviklet af totopgamesus, og dens hovedfunktion er "This is a very simple and fun card game, being much like the Uno and can-can games".
Udvidelsesskærmbilleder
Download Duo Cards-udvidelses-CRX-fil
Download Duo Cards-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 ".
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ekendolchjjcmkmjjcgcbcpjabgogpcn |
Officiel URL | https://chrome.google.com/webstore/detail/duo-cards/ekendolchjjcmkmjjcgcbcpjabgogpcn |
Beskrivelse | This is a very simple and fun card game, being much like the Uno and can-can games |
Filstørrelse | 55.79 KB |
Antal Installationer | 29 |
Nuværende Version | 1.0 |
Senest Opdateret | 2018-12-17 |
Udgivelsesdato | 2018-12-17 |
Udvikler | totopgamesus |
Betalingsmetode | free |
Understøttede Sprog | 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\/" ] } |