Convert Unix timestamp to date
Convert Unix timestamp to date
Wat is Convert Unix timestamp to date?
Convert Unix timestamp to date is een Chrome-extensie ontwikkeld door https://sunmedia.ru, en de belangrijkste functie is "Convert Unix timestamp to date".
Extensie Screenshots
Download het CRX-bestand van de extensie Convert Unix timestamp to date
Download Convert Unix timestamp to date-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
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.
Basisinformatie over de Extensie
Naam | Convert Unix timestamp to date |
ID | fnjggclgolhdodlhgboekpelaeiahpbl |
Officiële URL | https://chromewebstore.google.com/detail/convert-unix-timestamp-to/fnjggclgolhdodlhgboekpelaeiahpbl |
Beschrijving | Convert Unix timestamp to date |
Bestandsgrootte | 36.34 KB |
Aantal Installaties | 113 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2013-03-27 |
Publicatiedatum | 2013-03-27 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://sunmedia.ru |
Betalingswijze | free |
Ondersteunde Talen | 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" } |