International Clock

Transform your Chrome tab into a global time-telling masterpiece with International Clock

International Clock란 무엇입니까?

International Clock은(는) GSXHUB LIMITED에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Transform your Chrome tab into a global time-telling masterpiece with International Clock"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Compatible with your device
🌐 International Clock! 🌟 - Best World Clock! 
🔍 By adding the "International Clock" extension to your browser, you're accepting its
Terms of Service (https://international-clock.com/tos.html) and Privacy Policy (https://international-clock.com/privacy.html)
The search results used within the extension will be provided by Microsoft Bing with multiple search request redirect. 🔎✨

🌎 World Timezones at a Glance
Stay in sync with the world! Our extension displays multiple timezones, so you'll know the exact time from New York to Tokyo. Perfect for remote teams, travelers, and global citizens! ⏰🗺️

⭐️ Features:

New Tab makeover 🤩
Timezone tracking across countries 🌐⏳
Microsoft Bing search integration 🔍🌐
Easy-to-use and lightweight ✔️
👉 Get ready to enhance your browsing experience with every new tab! Install now and take the first step towards a more productive and connected online journey.                    

확장 프로그램 기본 정보

이름 International Clock International Clock
ID pdkbcdfllibjpajmlfpflndmachpdgnk
공식 URL https://chromewebstore.google.com/detail/international-clock/pdkbcdfllibjpajmlfpflndmachpdgnk
설명 Transform your Chrome tab into a global time-telling masterpiece with International Clock
파일 크기 553 KB
설치 횟수 1,236
현재 버전 1.1
최근 업데이트 2024-02-21
출시 날짜 2023-11-08
평점 4.72/5 총 53 개의 평점
개발자 GSXHUB LIMITED
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://international-clock.com/
도움말 페이지 URL https://international-clock.com/index.html
개인정보 보호 정책 페이지 URL https://international-clock.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "International Clock",
    "description": "Transform your Chrome tab into a global time-telling masterpiece with International Clock ",
    "manifest_version": 3,
    "version": "1.1",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "128": "images\/icon.png",
        "48": "images\/icon.png",
        "32": "images\/icon.png",
        "16": "images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}