Titan World Time

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

Titan World Time क्या है?

Titan World Time Titan Mediaworks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace new tab page with a personal dashboard having multiclocks and search"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Titan World Time एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}