Titan World Time

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

Qu'est-ce que Titan World Time ?

Titan World Time est une extension Chrome développée par Titan Mediaworks, et sa fonction principale est "Replace new tab page with a personal dashboard having multiclocks and search".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Titan World Time

Téléchargez les fichiers d'extension Titan World Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Titan World Time Titan World Time
ID lfeldkdefleohakfkjghkccabpikpeeo
URL Officiel https://chromewebstore.google.com/detail/titan-world-time/lfeldkdefleohakfkjghkccabpikpeeo
Description Replace new tab page with a personal dashboard having multiclocks and search
Taille du Fichier 3.25 MB
Nombre d'Installations 97
Version Actuelle 1.0.0.3
Dernière Mise à Jour 2022-01-13
Date de Publication 2021-12-06
Développeur Titan Mediaworks
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://titanmedia.works
URL de la Page d'Aide https://titanmedia.works
URL de la Page de Politique de Confidentialité https://titanmedia.works/privacy-policy
Langues Prises en Charge 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"
    }
}