Titan World Time

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

Titan World Timeคืออะไร?

Titan World Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Titan Mediaworks และคุณลักษณะหลักของมันคือ "Replace new tab page with a personal dashboard having multiclocks and search"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Titan World Time

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}