Working time counter
Simple working time counter
Working time counter क्या है?
Working time counter https://aksionau.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple working time counter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Working time counter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically starts together with the browser. You can set workday duration in the settings. If you want to edit time just press the pause button, input time which you need and press the start button. When time is over the counter icon will be highlighted in red. What's new: 2.3.0 - Added ability to see previous weeks at week chart - Updated badge colors 2.2.3 - Bug fixes 2.2.2 - Bug fixes 2.2.1 - Updated logo - Heatmap bugfixes 2.2.0 - - Added month heatmap 2.1.0 - - Migrate to Svelte - Bug fixes 2.0.0 - • New design of statistics page • Updated logic of control buttons in the popup • Updated login of reset button • Added donation button • Bug fixes 1.2.1 - • Bug fixes 1.2.0 - • Redesigned statistics chart • Ability to show overtimes on the chart • Fixes and performance improvements 1.1.0 - • Dark theme is here! It will be enabled automatically if you have the latest browser version and enabled dark theme in your OS 1.0.1 - • Ability to see the time for the current day in settings • Fix reset button behavior 1.0.0 - • New settings page • Statistic for current week • Redesign
एक्सटेंशन की मूल जानकारी
नाम | Working time counter |
ID | lakpjellnlajgbedjhejhdbkmphhfolo |
आधिकारिक URL | https://chromewebstore.google.com/detail/working-time-counter/lakpjellnlajgbedjhejhdbkmphhfolo |
विवरण | Simple working time counter |
फ़ाइल का आकार | 600 KB |
स्थापना संख्या | 1,029 |
वर्तमान संस्करण | 2.3.0 |
अंतिम अपडेट | 2022-08-16 |
प्रकाशन तिथि | 2019-10-06 |
रेटिंग | 4.33/5 कुल 9 रेटिंग्स |
डेवलपर | https://aksionau.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.aksionau.com/projects/counter |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Working time counter", "description": "Simple working time counter", "version": "2.3.0", "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html", "default_title": "Timer" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |