Unix Timestamp Converter

Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!

Co je Unix Timestamp Converter?

Unix Timestamp Converter je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Unix Timestamp Converter

Stáhněte si soubory rozšíření Unix Timestamp Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Convert time unix timestamps into human readable dates or human readable dates into unix timestamps.  You choose!

The human readable date accepts a whole range of timestamps including now, tomorrow, 5 years from now.  Just give it a try.                    

Základní Informace o Rozšíření

Název Unix Timestamp Converter Unix Timestamp Converter
ID clkkocmhcpfginlphpgjmgpdffihcbmm
Oficiální URL https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
Popis Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Velikost souboru 1.04 MB
Počet instalací 5,057
Aktuální Verze 0.4.0
Poslední Aktualizace 2021-12-23
Datum Vydání 2017-09-29
Hodnocení 4.23/5 Celkem 26 Hodnocení
Vývojář Unknown
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/CoryNoonan/unix-timestamp-chrome
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unix Timestamp Converter",
    "version": "0.4.0",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "public\/images\/icon.png",
        "default_popup": "index.html",
        "default_name": "Unix Timestamp Converter",
        "short_name": "Unix Timestamp Converter"
    },
    "icons": {
        "48": "public\/images\/icon.png",
        "128": "public\/images\/icon.png"
    },
    "permissions": [
        "storage"
    ]
}