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…

Co to jest Toggl Legacy Style?

Toggl Legacy Style to rozszerzenie Chrome opracowane przez lmgabel, a jego główną funkcją jest „This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Toggl Legacy Style

Pobierz pliki rozszerzeń Toggl Legacy Style w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Toggl Legacy Style Toggl Legacy Style
ID iappbbhgmglhcabjflglbpjpfeimkkni
Oficjalny URL https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni
Opis This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…
Rozmiar pliku 53.63 KB
Liczba instalacji 25
Aktualna Wersja 2
Ostatnia Aktualizacja 2021-04-08
Data Publikacji 2020-09-20
Ocena 4.00/5 Łącznie 8 Oceny
Deweloper lmgabel
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}