csTimer Sync
This extension syncs csTimer sessions across machines
Was ist csTimer Sync?
csTimer Sync ist eine Chrome-Erweiterung, die von Lee Keitel entwickelt wurde, und ihr Hauptmerkmal ist "This extension syncs csTimer sessions across machines".
Erweiterungsscreenshots
csTimer Sync-Erweiterungs-CRX-Datei herunterladen
Laden Sie csTimer Sync-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
This extension saves and restores sessions for the csTimer application at http://www.cstimer.net/timer.php. csTimer is a timer used by the speedcubing community for practice. It provides statistics, separate sessions, and scrambles. It has scrambles for every WCA puzzle plus several more. This extension does not automatically save/restore csTimer data. You choose when to save data and when to restore it. The data is synced via Chrome Sync and available on any other devices that runs Chrome including desktops and ChromeOS. Version 0.3.0 supports csTimer version 2019.12.21.
Grundlegende Informationen zur Erweiterung
Name | csTimer Sync |
ID | bjmjhkbifanmbbiikccdapomhpicglkf |
Offizielle URL | https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf |
Beschreibung | This extension syncs csTimer sessions across machines |
Dateigröße | 13.83 KB |
Installationsanzahl | 583 |
Aktuelle Version | 0.3.0 |
Letztes Update | 2020-04-21 |
Veröffentlichungsdatum | 2020-04-21 |
Bewertung | 4.40/5 Insgesamt 5 Bewertungen |
Entwickler | Lee Keitel |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "csTimer Sync", "description": "This extension syncs csTimer sessions across machines", "version": "0.3.0", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "*:\/\/*.cstimer.net\/*" ] } |