csTimer Sync
This extension syncs csTimer sessions across machines
什么是csTimer Sync?
csTimer Sync是由Lee Keitel开发的Chrome扩展程序,该扩展的主要功能是“This extension syncs csTimer sessions across machines”。
扩展截图
下载csTimer Sync扩展crx文件
下载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\/*" ] } |