timee

Convert date and time to your time zone with timee.io

Cos'è timee?

timee è un'estensione di Chrome sviluppata da https://timee.io, e la sua funzione principale è "Convert date and time to your time zone with timee.io".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione timee

Scarica i file di estensione timee 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 extension is a simple shortcut for time zone conversion of free language text on timee.io.
All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.                    

Informazioni di Base sull'Estensione

Nome timee timee
ID fcedikhdncpihpklagplnhhapeohoghl
URL Ufficiale https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl
Descrizione Convert date and time to your time zone with timee.io
Dimensione del File 10.32 KB
Conteggio Installazioni 637
Versione Corrente 1.1
Ultimo Aggiornamento 2021-04-22
Data di Pubblicazione 2020-05-04
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://timee.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://timee.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "timee",
    "description": "Convert date and time to your time zone with timee.io",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}