csTimer Sync

This extension syncs csTimer sessions across machines

What is csTimer Sync?

csTimer Sync is a Chrome extension developed by Lee Keitel, and its main feature is "This extension syncs csTimer sessions across machines".

Extension Screenshots

screenshot
screenshot

Download csTimer Sync Extension CRX File

Download csTimer Sync extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name csTimer Sync csTimer Sync
ID bjmjhkbifanmbbiikccdapomhpicglkf
Official URL https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf
Description This extension syncs csTimer sessions across machines
File Size 13.83 KB
Installation Count 583
Current Version 0.3.0
Last Updated 2020-04-21
Publish Date 2020-04-21
Rating 4.40/5 Total 5 Ratings
Developer Lee Keitel
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}