Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Qu'est-ce que Convert Unixtime ?

Convert Unixtime est une extension Chrome développée par Takahito Nara, et sa fonction principale est "Convert Unixtime to Date format by selecting the context menu.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Convert Unixtime

Téléchargez les fichiers d'extension Convert Unixtime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
URL Officiel https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
Description Convert Unixtime to Date format by selecting the context menu.
Taille du Fichier 4.4 KB
Nombre d'Installations 274
Version Actuelle 1.1
Dernière Mise à Jour 2013-11-16
Date de Publication 2013-11-16
Évaluation 4.50/5 Total 2 Évaluations
Développeur Takahito Nara
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}