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…
Что такое Toggl Legacy Style?
Toggl Legacy Style - это расширение Chrome, разработанное lmgabel, и его основная функция - "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Снимки экрана расширения
Скачать файл CRX расширения Toggl Legacy Style
Скачайте файлы расширений Toggl Legacy Style в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
Официальный URL | https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni |
Описание | This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this… |
Размер файла | 53.63 KB |
Количество установок | 25 |
Текущая Версия | 2 |
Последнее Обновление | 2021-04-08 |
Дата публикации | 2020-09-20 |
Рейтинг | 4.00/5 Всего 8 оценок |
Разработчик | lmgabel |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |