Titan World Time

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

Titan World Time là gì?

Titan World Time là một tiện ích mở rộng Chrome được phát triển bởi Titan Mediaworks, và tính năng chính của nó là "Replace new tab page with a personal dashboard having multiclocks and search".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Titan World Time

Tải xuống các tệp mở rộng Titan World Time dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Titan World Time Titan World Time
ID lfeldkdefleohakfkjghkccabpikpeeo
URL Chính Thức https://chromewebstore.google.com/detail/titan-world-time/lfeldkdefleohakfkjghkccabpikpeeo
Mô tả Replace new tab page with a personal dashboard having multiclocks and search
Kích Thước Tệp 3.25 MB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 1.0.0.3
Cập Nhật Lần Cuối 2022-01-13
Ngày Phát Hành 2021-12-06
Nhà Phát Triển Titan Mediaworks
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://titanmedia.works
URL Trang Trợ Giúp https://titanmedia.works
URL Trang Chính Sách Bảo Mật https://titanmedia.works/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}