Time Converter List

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

Cos'è Time Converter List?

Time Converter List è un'estensione di Chrome sviluppata da babishshrestha, e la sua funzione principale è "This extension will convert time from one time zone to another and show in list".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Time Converter List

Scarica i file di estensione Time Converter List in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Time Converter List Time Converter List
ID oaopihpjhekjkdklbfcjocjfddejjnbi
URL Ufficiale https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi
Descrizione This extension will convert time from one time zone to another and show in list
Dimensione del File 34.53 KB
Conteggio Installazioni 25
Versione Corrente 1.0.0
Ultimo Aggiornamento 2016-05-18
Data di Pubblicazione 2016-05-18
Sviluppatore babishshrestha
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}