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…”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
官方網址 | 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" ] } ] } |