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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}