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…
Hvad er Toggl Legacy Style?
Toggl Legacy Style er en Chrome-udvidelse udviklet af lmgabel, og dens hovedfunktion er "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Udvidelsesskærmbilleder
Download Toggl Legacy Style-udvidelses-CRX-fil
Download Toggl Legacy Style-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
Officiel URL | https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni |
Beskrivelse | This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this… |
Filstørrelse | 53.63 KB |
Antal Installationer | 25 |
Nuværende Version | 2 |
Senest Opdateret | 2021-04-08 |
Udgivelsesdato | 2020-09-20 |
Bedømmelse | 4.00/5 Samlet 8 Bedømmelser |
Udvikler | lmgabel |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |