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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay in sync with the world – see multiple timezones with our World Clocks and be able to search using Microsoft Bing search engine"입니다.

확장 프로그램 스크린샷

screenshot

Global Clock 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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": []
}