Global Clock

Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine

Global Clock क्या है?

Global Clock Consigo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine"।

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

screenshot

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

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

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

                        The "Global Clock" Chrome extension allows you to see the current time in multiple time zones simultaneously, making it easy to stay in sync with the world. This extension is designed for people who frequently work with people or have family and friends in different time zones.

In addition to displaying multiple time zones, the extension also includes a search function that uses the Microsoft Bing search engine. This allows users to quickly search for information on the internet without having to open a separate tab or window.

By clicking "Add to Chrome", I accept and agree to installing the Global Clock Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use -  https://globclock.com/terms
and Privacy Policy - https://globclock.com/privacy.                    

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

नाम Global Clock Global Clock
ID lmconolgijfenckdkjokhaeinkbpjili
आधिकारिक URL https://chromewebstore.google.com/detail/global-clock/lmconolgijfenckdkjokhaeinkbpjili
विवरण Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine
फ़ाइल का आकार 1014 KB
स्थापना संख्या 1,035
वर्तमान संस्करण 0.0.6
अंतिम अपडेट 2024-01-30
प्रकाशन तिथि 2023-04-01
रेटिंग 4.53/5 कुल 17 रेटिंग्स
डेवलपर Consigo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://globclock.com/
गोपनीयता नीति पृष्ठ URL https://globclock.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Global Clock",
    "version": "0.0.6",
    "description": "Stay in sync with the world \u2013 see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine",
    "icons": {
        "16": ".\/img\/logo.png",
        "32": ".\/img\/logo.png",
        "42": ".\/img\/logo.png",
        "128": ".\/img\/logo.png"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "action": {
        "default_icon": ".\/img\/logo.png"
    },
    "chrome_url_overrides": {
        "newtab": ".\/src\/main.html"
    },
    "permissions": []
}