csTimer Sync

This extension syncs csTimer sessions across machines

Cos'è csTimer Sync?

csTimer Sync è un'estensione di Chrome sviluppata da Lee Keitel, e la sua funzione principale è "This extension syncs csTimer sessions across machines".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione csTimer Sync

Scarica i file di estensione csTimer Sync in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome csTimer Sync csTimer Sync
ID bjmjhkbifanmbbiikccdapomhpicglkf
URL Ufficiale https://chromewebstore.google.com/detail/cstimer-sync/bjmjhkbifanmbbiikccdapomhpicglkf
Descrizione This extension syncs csTimer sessions across machines
Dimensione del File 13.83 KB
Conteggio Installazioni 583
Versione Corrente 0.3.0
Ultimo Aggiornamento 2020-04-21
Data di Pubblicazione 2020-04-21
Valutazione 4.40/5 Totale 5 Valutazioni
Sviluppatore Lee Keitel
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}