Titan World Time

Replace new tab page with a personal dashboard having multiclocks and search

Titan World Time란 무엇입니까?

Titan World Time은(는) Titan Mediaworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replace new tab page with a personal dashboard having multiclocks and search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Titan World Time 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Titan Mediaworks presents World Time - an elegant and simple new tab homepage to manage time zones and clocks from around the world along with built-in web search. As a console with all the world's time at your fingertips, it's a great way to get a glimpse of where everyone is in their day as you start yours.

By clicking "Add to Chrome"', you accept and agree to install the Chrome™ extension, set the Chrome™ New Tab to Titan World Time with web search by Bing, and to the Terms of Service and Privacy Policy.
https://titanmedia.works/terms-of-service
https://titanmedia.works/privacy-policy                    

확장 프로그램 기본 정보

이름 Titan World Time Titan World Time
ID lfeldkdefleohakfkjghkccabpikpeeo
공식 URL https://chromewebstore.google.com/detail/titan-world-time/lfeldkdefleohakfkjghkccabpikpeeo
설명 Replace new tab page with a personal dashboard having multiclocks and search
파일 크기 3.25 MB
설치 횟수 97
현재 버전 1.0.0.3
최근 업데이트 2022-01-13
출시 날짜 2021-12-06
개발자 Titan Mediaworks
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://titanmedia.works
도움말 페이지 URL https://titanmedia.works
개인정보 보호 정책 페이지 URL https://titanmedia.works/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Titan World Time",
    "description": "Replace new tab page with a personal dashboard having multiclocks and search",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png",
            "48": "logo\/48.png",
            "64": "logo\/64.png",
            "96": "logo\/96.png",
            "128": "logo\/128.png"
        },
        "default_title": "Titan World Time"
    },
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "64": "logo\/64.png",
        "96": "logo\/96.png",
        "128": "logo\/128.png"
    }
}