Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Wat is Convert Unixtime?

Convert Unixtime is een Chrome-extensie ontwikkeld door Takahito Nara, en de belangrijkste functie is "Convert Unixtime to Date format by selecting the context menu.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Convert Unixtime

Download Convert Unixtime-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Convert unixtime to the following format easily.

    YYYY-MM-DD hh:mm:ss (Local)
    YYYY-MM-DD hh:mm:ss (UTC)

You specify the reange of unixtime and select "Convert Unixtime to timestamp" on the context menu by using right click.                    

Basisinformatie over de Extensie

Naam Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
Officiële URL https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
Beschrijving Convert Unixtime to Date format by selecting the context menu.
Bestandsgrootte 4.4 KB
Aantal Installaties 274
Huidige Versie 1.1
Laatst Bijgewerkt 2013-11-16
Publicatiedatum 2013-11-16
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Takahito Nara
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Convert Unixtime",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Convert Unixtime to Date format by selecting the context menu.",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ]
    }
}