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…
Vad är Toggl Legacy Style?
Toggl Legacy Style är en Chrome-tillägg utvecklad av lmgabel, och dess huvudfunktion är "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Tilläggsskärmbilder
Ladda ner Toggl Legacy Style-förlängningens CRX-fil
Ladda ner Toggl Legacy Style-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
Officiell webbadress | https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni |
Beskrivning | This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this… |
Filstorlek | 53.63 KB |
Antal Installationer | 25 |
Aktuell Version | 2 |
Senast Uppdaterad | 2021-04-08 |
Publiceringsdatum | 2020-09-20 |
Betyg | 4.00/5 Totalt 8 Betyg |
Utvecklare | lmgabel |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |