Space Time

converts timestamps

Wat is Space Time?

Space Time is een Chrome-extensie ontwikkeld door lucaswadedavis, en de belangrijkste functie is "converts timestamps".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Space Time

Download Space Time-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

                        A simple Chrome Extension that converts Unix timestamps to UTC time and back again.                    

Basisinformatie over de Extensie

Naam Space Time Space Time
ID npecdijhmblnpadmfbmedjnhdpafohni
Officiële URL https://chromewebstore.google.com/detail/space-time/npecdijhmblnpadmfbmedjnhdpafohni
Beschrijving converts timestamps
Bestandsgrootte 277 KB
Aantal Installaties 21
Huidige Versie 1.1
Laatst Bijgewerkt 2015-10-31
Publicatiedatum 2015-10-30
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar lucaswadedavis
Betalingswijze free
Help Pagina-URL https://github.com/lucaswadedavis/space-time
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "name": "Space Time",
    "description": "converts timestamps",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}