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…

Co je Toggl Legacy Style?

Toggl Legacy Style je rozšíření Chrome vyvinuté lmgabel, a jeho hlavní funkcí je „This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Toggl Legacy Style

Stáhněte si soubory rozšíření Toggl Legacy Style ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Toggl Legacy Style Toggl Legacy Style
ID iappbbhgmglhcabjflglbpjpfeimkkni
Oficiální URL https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni
Popis This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…
Velikost souboru 53.63 KB
Počet instalací 25
Aktuální Verze 2
Poslední Aktualizace 2021-04-08
Datum Vydání 2020-09-20
Hodnocení 4.00/5 Celkem 8 Hodnocení
Vývojář lmgabel
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}