csTimer Sync
This extension syncs csTimer sessions across machines
csTimer Syncคืออะไร?
csTimer Sync เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lee Keitel และคุณลักษณะหลักของมันคือ "This extension syncs csTimer sessions across machines"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย csTimer Sync
ดาวน์โหลดไฟล์ส่วนขยาย csTimer Sync ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | csTimer Sync |
ID | bjmjhkbifanmbbiikccdapomhpicglkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf |
คำอธิบาย | This extension syncs csTimer sessions across machines |
ขนาดไฟล์ | 13.83 KB |
จำนวนการติดตั้ง | 583 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2020-04-21 |
วันที่เผยแพร่ | 2020-04-21 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Lee Keitel |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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\/*" ] } |