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…

Was ist Toggl Legacy Style?

Toggl Legacy Style ist eine Chrome-Erweiterung, die von lmgabel entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".

Erweiterungsscreenshots

screenshot

Toggl Legacy Style-Erweiterungs-CRX-Datei herunterladen

Laden Sie Toggl Legacy Style-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Toggl Legacy Style Toggl Legacy Style
ID iappbbhgmglhcabjflglbpjpfeimkkni
Offizielle URL https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni
Beschreibung This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…
Dateigröße 53.63 KB
Installationsanzahl 25
Aktuelle Version 2
Letztes Update 2021-04-08
Veröffentlichungsdatum 2020-09-20
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler lmgabel
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}