Worldwide Clock Extension

An extension that groups together clocks from all the time zones that are relevant to you and conveniently shows

Worldwide Clock Extensionคืออะไร?

Worldwide Clock Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Online Leonz และคุณลักษณะหลักของมันคือ "An extension that groups together clocks from all the time zones that are relevant to you and conveniently shows"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Worldwide Clock Extension

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

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

                        The ultimate extension that helps you stay connected with every part of the world. Perfect for people who's relatives or loved ones live overseas, or to those who conduct business internationally in their line of work.

By Clicking "add to Chrome", I accept and agree to installing Worldwide Clock Extension and setting Chrome New Tab search provider to Microsoft Bing as described by the services in terms of use https://onlineleonz.com/terms-of-use/ and privacy policy https://onlineleonz.com/privacy-policy/

How it works:
Users can choose which clocks they want to showcase every time they open a new window or tab by clicking on the drop down menu and choosing their desired time zones. After a time zone is chosen, users need to click the "+" sign on the right side of the menu to add the clock. Users can remove certain clocks by clicking the "X" button on the top right corner of each clock. The clocks chosen will carry over to new tabs or windows, so no need to choose them again every time a new one is opened. 

Alongside the worldwide clocks, users will be show a digital clock on the top left corner of the screen which tells the current time in their location, as well as the current date.

You may uninstall the extension at any time
To remove our extension from Google Chrome:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser
2) Go to "Settings"
3) In the left menu that appears, click on "Extensions"
4) From the list of installed Extensions, locate the extension you would like to uninstall                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Worldwide Clock Extension Worldwide Clock Extension
ID bmjohpdlphnlajmceppkgnfddpkbaanl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/worldwide-clock-extension/bmjohpdlphnlajmceppkgnfddpkbaanl
คำอธิบาย An extension that groups together clocks from all the time zones that are relevant to you and conveniently shows
ขนาดไฟล์ 639 KB
จำนวนการติดตั้ง 50,117
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-07-17
วันที่เผยแพร่ 2023-07-10
คะแนน 4.42/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Online Leonz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onlineleonz.com/
URL หน้าช่วยเหลือ https://onlineleonz.com/contacts/
URL หน้านโยบายความเป็นส่วนตัว https://onlineleonz.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "1.0.2",
    "author": "Online Leonz LLC",
    "name": "Worldwide Clock Extension",
    "description": "An extension that groups together clocks from all the time zones that are relevant to you and conveniently shows",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.803675d6.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.worldwideclockextension.com\/*"
    ]
}