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…
Wat is Toggl Legacy Style?
Toggl Legacy Style is een Chrome-extensie ontwikkeld door lmgabel, en de belangrijkste functie is "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Extensie Screenshots
Download het CRX-bestand van de extensie Toggl Legacy Style
Download Toggl Legacy Style-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
Officiële URL | https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni |
Beschrijving | This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this… |
Bestandsgrootte | 53.63 KB |
Aantal Installaties | 25 |
Huidige Versie | 2 |
Laatst Bijgewerkt | 2021-04-08 |
Publicatiedatum | 2020-09-20 |
Beoordeling | 4.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | lmgabel |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |