TimeNow

Allowing users to easily track the current time across different regions of the world.

什麼是TimeNow?

TimeNow是由Playdigo Inc開發的Chrome擴展程式,該擴展的主要功能是“Allowing users to easily track the current time across different regions of the world.”。

擴展截圖

screenshot

下載TimeNow擴展crx文件

下載TimeNow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Time Now is a free new tab extension that allows you to view time zones in multiple places around the world instantly. With a user-friendly interface, this extension provides you with the current time and date in various cities, making it easy to stay connected across different time zones. It also includes a customizable web search bar, for convenient internet searches.

By clicking "Add to Chrome", I accept and agree to install TimeNow Chrome extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use -  http://timenow.world/terms-and-conditions/
and Privacy Policy - http://timenow.world/privacy-policy/

You can find more about us here:
http://timenow.world/about-us/                    

擴展基本資訊

名稱 TimeNow TimeNow
ID afilbkkbagloanfddkgnbeamaoekando
官方網址 https://chromewebstore.google.com/detail/timenow/afilbkkbagloanfddkgnbeamaoekando
簡介 Allowing users to easily track the current time across different regions of the world.
檔案大小 3.28 MB
安裝次數 7,941
目前版本 2.1
更新時間 2023-09-06
上架時間 2023-07-02
評分 4.75/5 共 8 次評分
開發者 Playdigo Inc
電子郵箱 [email protected]
付費類型 free
擴展官網 https://timenow.world/
隱私政策頁面URL https://playdigo.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeNow",
    "description": "Allowing users to easily track the current time across different regions of the world.",
    "version": "2.1",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/logo.png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "64": "images\/64x64.png",
        "128": "images\/128x128.png"
    }
}