Time Converter List

This extension will convert time from one time zone to another and show in list

¿Qué es Time Converter List?

Time Converter List es una extensión de Chrome desarrollada por babishshrestha, y su función principal es "This extension will convert time from one time zone to another and show in list".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Time Converter List

Descarga archivos de extensión Time Converter List 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

                        This will provide a list comparing corresponding times from different selected timezone.                    

Información Básica de la Extensión

Nombre Time Converter List Time Converter List
ID oaopihpjhekjkdklbfcjocjfddejjnbi
URL Oficial https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi
Descripción This extension will convert time from one time zone to another and show in list
Tamaño del Archivo 34.53 KB
Cantidad de Instalaciones 25
Versión Actual 1.0.0
Última Actualización 2016-05-18
Fecha de Publicación 2016-05-18
Desarrollador babishshrestha
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Converter List",
    "description": "This extension will convert time from one time zone to another and show in list",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Timezone Converter List",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}