Solitaire
Solitaire is a fascinating kind of card game.
Solitaireคืออะไร?
Solitaire เป็นส่วนขยายของ Chrome ที่พัฒนาโดย karavchenkovika และคุณลักษณะหลักของมันคือ "Solitaire is a fascinating kind of card game."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Solitaire
ดาวน์โหลดไฟล์ส่วนขยาย Solitaire ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Solitaire is a fascinating kind of card game. Solitaire is definitely the most popular version of card games. The Solitaire goal is to build all four suits up from ace to king in separate piles.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dlkifbnonojngfogohhpnienoemlcamm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/solitaire/dlkifbnonojngfogohhpnienoemlcamm |
คำอธิบาย | Solitaire is a fascinating kind of card game. |
ขนาดไฟล์ | 780 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 24.03.2021.1 |
อัปเดตครั้งล่าสุด | 2021-03-26 |
วันที่เผยแพร่ | 2021-03-26 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | karavchenkovika |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.chromethemer.com/privacy.html |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "files\/jquery.js", "files\/jquery.ajax-retry.js" ] }, "browser_action": { "default_icon": "icons\/icon128.png", "default_popup": "popup.html", "default_title": "__MSG_appButtonDesc__" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "version": "24.03.2021.1" } |