csTimer Sync
This extension syncs csTimer sessions across machines
csTimer Sync là gì?
csTimer Sync là một tiện ích mở rộng Chrome được phát triển bởi Lee Keitel, và tính năng chính của nó là "This extension syncs csTimer sessions across machines".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng csTimer Sync
Tải xuống các tệp mở rộng csTimer Sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | csTimer Sync |
ID | bjmjhkbifanmbbiikccdapomhpicglkf |
URL Chính Thức | https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf |
Mô tả | This extension syncs csTimer sessions across machines |
Kích Thước Tệp | 13.83 KB |
Số Lần Cài Đặt | 583 |
Phiên Bản Hiện Tại | 0.3.0 |
Cập Nhật Lần Cuối | 2020-04-21 |
Ngày Phát Hành | 2020-04-21 |
Đánh Giá | 4.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Lee Keitel |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |