csTimer Sync
This extension syncs csTimer sessions across machines
Co to jest csTimer Sync?
csTimer Sync to rozszerzenie Chrome opracowane przez Lee Keitel, a jego główną funkcją jest „This extension syncs csTimer sessions across machines”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia csTimer Sync
Pobierz pliki rozszerzeń csTimer Sync w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | csTimer Sync |
ID | bjmjhkbifanmbbiikccdapomhpicglkf |
Oficjalny URL | https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf |
Opis | This extension syncs csTimer sessions across machines |
Rozmiar pliku | 13.83 KB |
Liczba instalacji | 583 |
Aktualna Wersja | 0.3.0 |
Ostatnia Aktualizacja | 2020-04-21 |
Data Publikacji | 2020-04-21 |
Ocena | 4.40/5 Łącznie 5 Oceny |
Deweloper | Lee Keitel |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/*" ] } |