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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}