Worldtime

All time zones in one click

Worldtime क्या है?

Worldtime https://le0michine.github.io/worldtime-extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All time zones in one click"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Worldtime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension inspired by http://www.worldtimebuddy.com/.
It provides information about time of the day in different locations in very convenient way. As a data source it uses most recent version of IANA time zones database http://www.iana.org/time-zones provided by momentjs timezone library (http://momentjs.com/timezone/), it accounts daylight saving time in different regions. Features:
- show active DST for different regions (if available)
- show UTC offset
- export to .ICS file which could be opened in outlook
- export directly into your google calendar
- copy schedule into the clipboard
- theme customisation (light/dark, colors)

v1.4.184
- removed unused permissions

v1.4.179
- updated timezone db to 2018d version

v1.4.150
- added map timezone selector
- fixed several issues

v1.4.141
- added lookup by UTC offset value (when add new timelines)
- added displaying timezone abbreviation if available

v1.4.105
- fixed scroll issue
- updated all styles
- updated timezones db
- supported theming
- supported dark theme
- fixed displaying of fractional timezone offset
- added possibility to scroll timelines horizontally

v1.2.30
- fixed bug with adding new timeline when only one timeline is presented
- added 'reset to defaults' button to clear settings
- removed unnecessary permission

v1.1.21
- fixed bug with initialization

v1.1.19
- fixed bug with dislaying DST flag

v1.1.15
- bug fixes

v1.1.13
- extended clickable area for range selector

v1.1.10
- start of selected range is set to current time by default
- extended clickable area for range selector                    

एक्सटेंशन की मूल जानकारी

नाम Worldtime Worldtime
ID ibnegikgmnfnmljianjgnhhlcabonobd
आधिकारिक URL https://chromewebstore.google.com/detail/worldtime/ibnegikgmnfnmljianjgnhhlcabonobd
विवरण All time zones in one click
फ़ाइल का आकार 833 KB
स्थापना संख्या 8,000
वर्तमान संस्करण 1.4.184
अंतिम अपडेट 2021-04-17
प्रकाशन तिथि 2019-05-17
रेटिंग 4.70/5 कुल 27 रेटिंग्स
डेवलपर https://le0michine.github.io/worldtime-extension
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://le0michine.github.io/worldtime-extension/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Worldtime",
    "description": "All time zones in one click",
    "version": "1.4.184",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "clipboardWrite"
    ]
}