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 |
Eメール | [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\/*" ] } |