Convert Unix timestamp to date

Convert Unix timestamp to date

Vad är Convert Unix timestamp to date?

Convert Unix timestamp to date är en Chrome-tillägg utvecklad av https://sunmedia.ru, och dess huvudfunktion är "Convert Unix timestamp to date".

Tilläggsskärmbilder

screenshot

Ladda ner Convert Unix timestamp to date-förlängningens CRX-fil

Ladda ner Convert Unix timestamp to date-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

                        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äggande Information om Tillägg

Namn Convert Unix timestamp to date Convert Unix timestamp to date
ID fnjggclgolhdodlhgboekpelaeiahpbl
Officiell webbadress https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl
Beskrivning Convert Unix timestamp to date
Filstorlek 36.34 KB
Antal Installationer 113
Aktuell Version 1.0
Senast Uppdaterad 2013-03-27
Publiceringsdatum 2013-03-27
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare https://sunmedia.ru
Betalningssätt free
Stödda Språk 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"
}