Convert Unix timestamp to date

Convert Unix timestamp to date

Hvad er Convert Unix timestamp to date?

Convert Unix timestamp to date er en Chrome-udvidelse udviklet af https://sunmedia.ru, og dens hovedfunktion er "Convert Unix timestamp to date".

Udvidelsesskærmbilleder

screenshot

Download Convert Unix timestamp to date-udvidelses-CRX-fil

Download Convert Unix timestamp to date-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Select Unix timestamp on the page and click "Convert to Date" on the context menu. Result will be shown in the notification at right bottom corner of the window.                    

Grundlæggende oplysninger om udvidelsen

Navn Convert Unix timestamp to date Convert Unix timestamp to date
ID fnjggclgolhdodlhgboekpelaeiahpbl
Officiel URL https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl
Beskrivelse Convert Unix timestamp to date
Filstørrelse 36.34 KB
Antal Installationer 113
Nuværende Version 1.0
Senest Opdateret 2013-03-27
Udgivelsesdato 2013-03-27
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://sunmedia.ru
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "background": {
        "scripts": [
            "conv_timestamp.js"
        ]
    },
    "description": "Convert Unix timestamp to date",
    "icons": {
        "16": "time-16.gif",
        "32": "time-32.gif",
        "48": "time-48.gif",
        "128": "time-128.gif"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.472",
    "name": "Convert Unix timestamp to date",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "web_accessible_resources": [
        "time-48.gif"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}