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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Global Clock

ดาวน์โหลดไฟล์ส่วนขยาย Global Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}