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…
What is Toggl Legacy Style?
Toggl Legacy Style is a Chrome extension developed by lmgabel, and its main feature is "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Extension Screenshots
Download Toggl Legacy Style Extension CRX File
Download Toggl Legacy Style extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
Official URL | https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni |
Description | This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this… |
File Size | 53.63 KB |
Installation Count | 25 |
Current Version | 2 |
Last Updated | 2021-04-08 |
Publish Date | 2020-09-20 |
Rating | 4.00/5 Total 8 Ratings |
Developer | lmgabel |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |