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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    }
}