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…
O que é Toggl Legacy Style?
Toggl Legacy Style é uma extensão do Chrome desenvolvida por lmgabel, e sua principal característica é "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Toggl Legacy Style
Baixe arquivos de extensão Toggl Legacy Style no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
URL Oficial | https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni |
Descrição | This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this… |
Tamanho do Arquivo | 53.63 KB |
Contagem de Instalações | 25 |
Versão Atual | 2 |
Última Atualização | 2021-04-08 |
Data de Publicação | 2020-09-20 |
Classificação | 4.00/5 Total de 8 Avaliações |
Desenvolvedor | lmgabel |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |