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…
Qu'est-ce que Toggl Legacy Style ?
Toggl Legacy Style est une extension Chrome développée par lmgabel, et sa fonction principale est "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Toggl Legacy Style
Téléchargez les fichiers d'extension Toggl Legacy Style au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
URL Officiel | 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… |
Taille du Fichier | 53.63 KB |
Nombre d'Installations | 25 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2021-04-08 |
Date de Publication | 2020-09-20 |
Évaluation | 4.00/5 Total 8 Évaluations |
Développeur | lmgabel |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |