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…

Apa itu Toggl Legacy Style?

Toggl Legacy Style adalah ekstensi Chrome yang dikembangkan oleh lmgabel, dan fitur utamanya adalah "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Toggl Legacy Style

Unduh file ekstensi Toggl Legacy Style dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Toggl Legacy Style Toggl Legacy Style
ID iappbbhgmglhcabjflglbpjpfeimkkni
URL Resmi https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni
Deskripsi This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…
Ukuran File 53.63 KB
Jumlah Instalasi 25
Versi Saat Ini 2
Terakhir Diperbarui 2021-04-08
Tanggal Publikasi 2020-09-20
Penilaian 4.00/5 Total 8 Penilaian
Pengembang lmgabel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}