csTimer Sync

This extension syncs csTimer sessions across machines

Wat is csTimer Sync?

csTimer Sync is een Chrome-extensie ontwikkeld door Lee Keitel, en de belangrijkste functie is "This extension syncs csTimer sessions across machines".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie csTimer Sync

Download csTimer Sync-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam csTimer Sync csTimer Sync
ID bjmjhkbifanmbbiikccdapomhpicglkf
Officiële URL https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf
Beschrijving This extension syncs csTimer sessions across machines
Bestandsgrootte 13.83 KB
Aantal Installaties 583
Huidige Versie 0.3.0
Laatst Bijgewerkt 2020-04-21
Publicatiedatum 2020-04-21
Beoordeling 4.40/5 Totaal 5 Beoordelingen
Ontwikkelaar Lee Keitel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}