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是由lmgabel开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…”。

扩展截图

screenshot

下载Toggl Legacy Style扩展crx文件

下载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.                    

扩展基本信息

名称 Toggl Legacy Style Toggl Legacy Style
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"
            ]
        }
    ]
}