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
Eメール [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"
            ]
        }
    ]
}