Solitaired: Play Solitaire Online, 100% Free
Play Classic Solitaire. Totally free. Right in your browser.
Was ist Solitaired: Play Solitaire Online, 100% Free?
Solitaired: Play Solitaire Online, 100% Free ist eine Chrome-Erweiterung, die von http://solitaired.com entwickelt wurde, und ihr Hauptmerkmal ist "Play Classic Solitaire. Totally free. Right in your browser.".
Erweiterungsscreenshots
Solitaired: Play Solitaire Online, 100% Free-Erweiterungs-CRX-Datei herunterladen
Laden Sie Solitaired: Play Solitaire Online, 100% Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Get easy access to the best card game out there - Solitaire! Our classic version of Klondike Solitaire includes all the features you expect: - Classic style and card images - Timer - Easy double click to move card - Retina display - Fast loading We love Solitaire and hope you do too!
Grundlegende Informationen zur Erweiterung
Name | |
ID | onccdeecidgjobaphccmdinndofbkmha |
Offizielle URL | https://chrome.google.com/webstore/detail/solitaired-play-solitaire/onccdeecidgjobaphccmdinndofbkmha |
Beschreibung | Play Classic Solitaire. Totally free. Right in your browser. |
Dateigröße | 3.72 MB |
Installationsanzahl | 633 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2020-06-10 |
Veröffentlichungsdatum | 2020-06-10 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://solitaired.com |
Zahlungsart | free |
Erweiterungswebsite | https://solitaired.com |
Hilfeseite URL | https://solitaired.com/contact |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Solitaired: Play Solitaire Online, 100% Free", "short_name": "Solitaired: Classic Solitaire", "description": "Play Classic Solitaire. Totally free. Right in your browser.", "version": "1.0.3", "browser_action": { "default_icon": { "16": "icons\/red-cards\/soli-logo_red-cards-16-v1.png", "24": "icons\/red-cards\/soli-logo_red-cards-24-v1.png", "32": "icons\/red-cards\/soli-logo_red-cards-32-v1.png" }, "default_title": "Solitaired" }, "homepage_url": "https:\/\/solitaired.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icons\/red-cards\/[email protected]", "48": "icons\/red-cards\/soli-logo_red-cards-96-v1.png", "128": "icons\/red-cards\/[email protected]" } } |