Epoch Converter Tooltip for Google Chrome™

Convert timestamps to readable times

Qu'est-ce que Epoch Converter Tooltip for Google Chrome™ ?

Epoch Converter Tooltip for Google Chrome™ est une extension Chrome développée par eyal0, et sa fonction principale est "Convert timestamps to readable times".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Epoch Converter Tooltip for Google Chrome™

Téléchargez les fichiers d'extension Epoch Converter Tooltip for Google Chrome™ 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

                        When hovering over a number that might be a timestamp, convert it to a timestamp.

In the options, the location of the tooltip, the triggering, and the timezone can be changed.                    

Informations de Base sur l'Extension

Nom Epoch Converter Tooltip for Google Chrome™ Epoch Converter Tooltip for Google Chrome™
ID gfhloejbjfojlcadcpahgdaagekamhjh
URL Officiel https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh
Description Convert timestamps to readable times
Taille du Fichier 639 KB
Nombre d'Installations 291
Version Actuelle 1.5.1
Dernière Mise à Jour 2017-06-29
Date de Publication 2017-06-29
Évaluation 4.00/5 Total 4 Évaluations
Développeur eyal0
Type de Paiement free
Site Web de l'Extension https://github.com/eyal0/epoch-converter-tooltip
URL de la Page d'Aide https://github.com/eyal0/epoch-converter-tooltip/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Epoch Converter Tooltip for Google Chrome\u2122",
    "version": "1.5.1",
    "manifest_version": 2,
    "description": "Convert timestamps to readable times",
    "icons": {
        "16": "ECT-16.png",
        "48": "ECT-48.png",
        "128": "ECT-128.png"
    },
    "background": {
        "scripts": [
            "ECT-background.js"
        ],
        "persistent": true
    },
    "options_page": "ECT-options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "ECT.css"
            ],
            "js": [
                "ECT-contentscript.js"
            ]
        }
    ]
}