csTimer Sync
This extension syncs csTimer sessions across machines
Vad är csTimer Sync?
csTimer Sync är en Chrome-tillägg utvecklad av Lee Keitel, och dess huvudfunktion är "This extension syncs csTimer sessions across machines".
Tilläggsskärmbilder
Ladda ner csTimer Sync-förlängningens CRX-fil
Ladda ner csTimer Sync-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | csTimer Sync |
ID | bjmjhkbifanmbbiikccdapomhpicglkf |
Officiell webbadress | https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf |
Beskrivning | This extension syncs csTimer sessions across machines |
Filstorlek | 13.83 KB |
Antal Installationer | 583 |
Aktuell Version | 0.3.0 |
Senast Uppdaterad | 2020-04-21 |
Publiceringsdatum | 2020-04-21 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | Lee Keitel |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |