Titan World Time
Replace new tab page with a personal dashboard having multiclocks and search
¿Qué es Titan World Time?
Titan World Time es una extensión de Chrome desarrollada por Titan Mediaworks, y su función principal es "Replace new tab page with a personal dashboard having multiclocks and search".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Titan World Time
Descarga archivos de extensión Titan World Time en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Titan World Time |
ID | lfeldkdefleohakfkjghkccabpikpeeo |
URL Oficial | https://chromewebstore.google.com/detail/titan-world-time/lfeldkdefleohakfkjghkccabpikpeeo |
Descripción | Replace new tab page with a personal dashboard having multiclocks and search |
Tamaño del Archivo | 3.25 MB |
Cantidad de Instalaciones | 97 |
Versión Actual | 1.0.0.3 |
Última Actualización | 2022-01-13 |
Fecha de Publicación | 2021-12-06 |
Desarrollador | Titan Mediaworks |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://titanmedia.works |
URL de la Página de Ayuda | https://titanmedia.works |
URL de la Página de Política de Privacidad | https://titanmedia.works/privacy-policy |
Idiomas Soportados | 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" } } |