Toggl Legacy Style

This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…

ما هو Toggl Legacy Style؟

Toggl Legacy Style هو إضافة Chrome تم تطويرها بواسطة lmgabel، والميزة الرئيسية لها هي "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Toggl Legacy Style

قم بتنزيل ملفات الامتداد Toggl Legacy Style بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this is mostly done by replacing all purple.                    

معلومات أساسية عن التمديد

الاسم Toggl Legacy Style Toggl Legacy Style
ID iappbbhgmglhcabjflglbpjpfeimkkni
عنوان URL الرسمي https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni
الوصف This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…
حجم الملف 53.63 KB
عدد التثبيتات 25
النسخة الحالية 2
آخر تحديث 2021-04-08
تاريخ النشر 2020-09-20
تقييم 4.00/5 مجموع تقييمات 8
المطور lmgabel
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Toggl Legacy Style",
    "description": "",
    "version": "2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/track.toggl.com\/*"
            ],
            "css": [
                "overwrite.css"
            ]
        }
    ]
}