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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension replaces the new purple theme in Toggl with one that tries to replicate the older styling as much as possible, this…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Toggl Legacy Style एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |