timee

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

Hvad er timee?

timee er en Chrome-udvidelse udviklet af https://timee.io, og dens hovedfunktion er "Convert date and time to your time zone with timee.io".

Udvidelsesskærmbilleder

screenshot
screenshot

Download timee-udvidelses-CRX-fil

Download timee-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn timee timee
ID fcedikhdncpihpklagplnhhapeohoghl
Officiel URL https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl
Beskrivelse Convert date and time to your time zone with timee.io
Filstørrelse 10.32 KB
Antal Installationer 637
Nuværende Version 1.1
Senest Opdateret 2021-04-22
Udgivelsesdato 2020-05-04
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler https://timee.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://timee.io
Understøttede Sprog 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"
    ]
}