Time Calculator
Quickly and easily add up hours and minutes.
Time Calculator क्या है?
Time Calculator Chris Dermody द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly and easily add up hours and minutes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Time Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension is a simple solution to adding up the hours and minutes you've worked in any given time period. It is ideal for shift workers who need to quickly and simply add up the hours and minutes they've worked so far in any given day or week. changelog: update 3.1 Now you can have this chrome extension customised to your company colours and logo. update 3 added scrolling feature for calculating both shifts and adding hours and minutes. Also added infinite number of extra fields. update 2.1.4 update to event tracking in Google Analytics update 2.1.3 animation added, extra instruction text update 2.1.2 adds universal analytics tracking code update 2.1.1 adds analytics tracking code update 2.1 adds "add fields" button for multiple shifts/calculations
एक्सटेंशन की मूल जानकारी
नाम | Time Calculator |
ID | ehildbclipkplmjfidlkkplaieiglaml |
आधिकारिक URL | https://chromewebstore.google.com/detail/time-calculator/ehildbclipkplmjfidlkkplaieiglaml |
विवरण | Quickly and easily add up hours and minutes. |
फ़ाइल का आकार | 457 KB |
स्थापना संख्या | 80,148 |
वर्तमान संस्करण | 3.1 |
अंतिम अपडेट | 2015-11-16 |
प्रकाशन तिथि | 2015-11-16 |
रेटिंग | 3.30/5 कुल 10 रेटिंग्स |
डेवलपर | Chris Dermody |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Calculator", "description": "Quickly and easily add up hours and minutes.", "version": "3.1", "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "page": "bg.html" }, "permissions": [], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |