csTimer Sync
This extension syncs csTimer sessions across machines
Apa itu csTimer Sync?
csTimer Sync adalah ekstensi Chrome yang dikembangkan oleh Lee Keitel, dan fitur utamanya adalah "This extension syncs csTimer sessions across machines".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi csTimer Sync
Unduh file ekstensi csTimer Sync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | csTimer Sync |
ID | bjmjhkbifanmbbiikccdapomhpicglkf |
URL Resmi | https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf |
Deskripsi | This extension syncs csTimer sessions across machines |
Ukuran File | 13.83 KB |
Jumlah Instalasi | 583 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2020-04-21 |
Tanggal Publikasi | 2020-04-21 |
Penilaian | 4.40/5 Total 5 Penilaian |
Pengembang | Lee Keitel |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |