Time Converter
Convert time from HMS to decimal hours.
Time Converter क्या है?
Time Converter Shawn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert time from HMS to decimal hours."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Time Converter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enter a time in HH:MM:SS and it will be converted to a decimal hours format. Separate the hours, minutes, and seconds values with any of the following characters: ":.,;-". When the enter key is pressed or the calculate button is clicked the decimal hours value will be displayed as well as copied to the clipboard.
एक्सटेंशन की मूल जानकारी
नाम | Time Converter |
ID | hbpgnnldhjggnjdaplmbjiojhgoncjkp |
आधिकारिक URL | https://chromewebstore.google.com/detail/time-converter/hbpgnnldhjggnjdaplmbjiojhgoncjkp |
विवरण | Convert time from HMS to decimal hours. |
फ़ाइल का आकार | 34.32 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2022-03-29 |
प्रकाशन तिथि | 2022-03-28 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Shawn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Time Converter", "version": "1.0.0", "description": "Convert time from HMS to decimal hours.", "manifest_version": 3, "author": "Shawn", "action": { "default_popup": "index.html", "default_title": "Time Converter", "default_icon": { "16": "\/images\/time_calculator_icon-16x16.png", "32": "\/images\/time_calculator_icon-32x32.png", "48": "\/images\/time_calculator_icon-48x48.png", "128": "\/images\/time_calculator_icon-128x128.png" } }, "icons": { "16": "\/images\/time_calculator_icon-16x16.png", "32": "\/images\/time_calculator_icon-32x32.png", "48": "\/images\/time_calculator_icon-48x48.png", "128": "\/images\/time_calculator_icon-128x128.png" } } |