Epoch Converter Tooltip for Google Chrome™

Convert timestamps to readable times

Wat is Epoch Converter Tooltip for Google Chrome™?

Epoch Converter Tooltip for Google Chrome™ is een Chrome-extensie ontwikkeld door eyal0, en de belangrijkste functie is "Convert timestamps to readable times".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Epoch Converter Tooltip for Google Chrome™

Download Epoch Converter Tooltip for Google Chrome™-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

                        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.                    

Basisinformatie over de Extensie

Naam Epoch Converter Tooltip for Google Chrome™ Epoch Converter Tooltip for Google Chrome™
ID gfhloejbjfojlcadcpahgdaagekamhjh
Officiële URL https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh
Beschrijving Convert timestamps to readable times
Bestandsgrootte 639 KB
Aantal Installaties 291
Huidige Versie 1.5.1
Laatst Bijgewerkt 2017-06-29
Publicatiedatum 2017-06-29
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar eyal0
Betalingswijze free
Extensiewebsite https://github.com/eyal0/epoch-converter-tooltip
Help Pagina-URL https://github.com/eyal0/epoch-converter-tooltip/issues
Ondersteunde Talen 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"
            ]
        }
    ]
}