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 là gì?
Toggl Legacy Style là một tiện ích mở rộng Chrome được phát triển bởi lmgabel, và tính năng chính của nó là "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Toggl Legacy Style
Tải xuống các tệp mở rộng Toggl Legacy Style dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iappbbhgmglhcabjflglbpjpfeimkkni |
URL Chính Thức | https://chromewebstore.google.com/detail/toggl-legacy-style/iappbbhgmglhcabjflglbpjpfeimkkni |
Mô tả | This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this… |
Kích Thước Tệp | 53.63 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2021-04-08 |
Ngày Phát Hành | 2020-09-20 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | lmgabel |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |