Canfield Solitaire - Play Canfield Card Games
Play Canfield Solitaire - 100% free - classic solitaire card game!
什麼是Canfield Solitaire - Play Canfield Card Games?
Canfield Solitaire - Play Canfield Card Games是由https://solitaireparadise.com開發的Chrome擴展程式,該擴展的主要功能是“Play Canfield Solitaire - 100% free - classic solitaire card game!”。
擴展截圖
下載Canfield Solitaire - Play Canfield Card Games擴展crx文件
下載Canfield Solitaire - Play Canfield Card Games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This game is a beautiful and easy-to-use version of the Canfield Solitaire game. Play the game at https://www.solitaireparadise.com/games_list/canfield-solitaire.html in any browser, on desktop, tablet or mobile.
It's 100% free to play Canfield. The game features unlimited undo's, detailed statistics, and it saves your progress so you can continue your game if you have to close early.
Not yet a seasoned Canfield player? We give a detailed explanation of the rules in the game so everybody can learn how to play. 擴展基本資訊
| 名稱 | |
| ID | lnldjiokdnjbbiknmkjkgnnailhefmap |
| 官方網址 | https://chromewebstore.google.com/detail/canfield-solitaire-play-c/lnldjiokdnjbbiknmkjkgnnailhefmap |
| 簡介 | Play Canfield Solitaire - 100% free - classic solitaire card game! |
| 檔案大小 | 16.29 KB |
| 安裝次數 | 106 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2020-07-18 |
| 上架時間 | 2020-07-17 |
| 開發者 | https://solitaireparadise.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.solitaireparadise.com/games_list/canfield-solitaire.html |
| 說明頁面URL | https://www.solitaireparadise.com/contact.html |
| 隱私政策頁面URL | https://www.solitaireparadise.com/privacy_policy.html |
| 支援的語言 | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": ".\/img\/icon_32.png",
"default_title": "Canfield Solitaire"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": ".\/img\/icon_128.png"
},
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "Canfield",
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3"
} | |