csTimer Sync

This extension syncs csTimer sessions across machines

Что такое csTimer Sync?

csTimer Sync - это расширение Chrome, разработанное Lee Keitel, и его основная функция - "This extension syncs csTimer sessions across machines".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения csTimer Sync

Скачайте файлы расширений 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 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\/*"
    ]
}