Unix Timestamp Converter

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

Vad är Unix Timestamp Converter?

Unix Timestamp Converter är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!".

Tilläggsskärmbilder

screenshot

Ladda ner Unix Timestamp Converter-förlängningens CRX-fil

Ladda ner Unix Timestamp Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Unix Timestamp Converter Unix Timestamp Converter
ID clkkocmhcpfginlphpgjmgpdffihcbmm
Officiell webbadress https://chromewebstore.google.com/detail/unix-timestamp-converter/clkkocmhcpfginlphpgjmgpdffihcbmm
Beskrivning Convert time unix timestamps into human readable dates or human readable dates into unix timestamps. You choose!
Filstorlek 1.04 MB
Antal Installationer 5,057
Aktuell Version 0.4.0
Senast Uppdaterad 2021-12-23
Publiceringsdatum 2017-09-29
Betyg 4.23/5 Totalt 26 Betyg
Utvecklare Unknown
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/CoryNoonan/unix-timestamp-chrome
Stödda Språk 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"
    ]
}