Convert Unixtime

Convert Unixtime to Date format by selecting the context menu.

Vad är Convert Unixtime?

Convert Unixtime är en Chrome-tillägg utvecklad av Takahito Nara, och dess huvudfunktion är "Convert Unixtime to Date format by selecting the context menu.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Convert Unixtime-förlängningens CRX-fil

Ladda ner Convert Unixtime-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Convert Unixtime Convert Unixtime
ID gcdfkgmpbffbohjgncbobihhdefcjmgc
Officiell webbadress https://chromewebstore.google.com/detail/convert-unixtime/gcdfkgmpbffbohjgncbobihhdefcjmgc
Beskrivning Convert Unixtime to Date format by selecting the context menu.
Filstorlek 4.4 KB
Antal Installationer 274
Aktuell Version 1.1
Senast Uppdaterad 2013-11-16
Publiceringsdatum 2013-11-16
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare Takahito Nara
Betalningssätt free
Stödda Språk 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"
        ]
    }
}