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文件

下载Titan World Time扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}