Timestamp Converter
This is the most minimal extension converts timestamp to human-readable date format.
Hvad er Timestamp Converter?
Timestamp Converter er en Chrome-udvidelse udviklet af https://www.sahildua.com, og dens hovedfunktion er "This is the most minimal extension converts timestamp to human-readable date format.".
Udvidelsesskærmbilleder
Download Timestamp Converter-udvidelses-CRX-fil
Download Timestamp Converter-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
                        Ever worked with UNIX timestamps? Ever struggled in reading or converting UNIX timestamps into readable data-time formats?
This extension comes to the rescue! Just enter any timestamp and the human-readable format is just a click away! No need to visit other websites specially for converting timestamps into date/time format. Now it's just a click away and that too in your own browser working window/tab only.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | ndbibeklaoahhlfhdlkddlbnicnhmcad | 
| Officiel URL | https://chromewebstore.google.com/detail/timestamp-converter/ndbibeklaoahhlfhdlkddlbnicnhmcad | 
| Beskrivelse | This is the most minimal extension converts timestamp to human-readable date format. | 
| Filstørrelse | 65.02 KB | 
| Antal Installationer | 177 | 
| Nuværende Version | 1.0.3 | 
| Senest Opdateret | 2015-12-25 | 
| Udgivelsesdato | 2015-12-25 | 
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser | 
| Udvikler | https://www.sahildua.com | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://sahildua.com | 
| Hjælpeside-URL | https://github.com/sahildua2305/chrome-time-conversion | 
| Understøttede Sprog | en | 
| manifest.json | |
 {
    "manifest_version": 2,
    "name": "Timestamp Converter",
    "description": "This is the most minimal extension converts timestamp to human-readable date format.",
    "version": "1.0.3",
    "browser_action": {
        "default_icon": "assets\/icon-16.png",
        "default_popup": "main.html",
        "default_title": "Convert a timestamp"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wwww.google.com\/*"
            ],
            "js": [
                "assets\/script.js"
            ]
        }
    ]
}  |  |