Timely
This extension converts unix epoch timestamps to human-readable times.
Apa itu Timely?
Timely adalah ekstensi Chrome yang dikembangkan oleh Chris Warren, dan fitur utamanya adalah "This extension converts unix epoch timestamps to human-readable times.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Timely
Unduh file ekstensi Timely dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Find a page containing UNIX timestamps, e.g. http://en.wikipedia.org/wiki/Unix_time or the fantastic JSONView extension. Simply click the clock in the toolbar and all timestamps (in seconds or milliseconds from epoch) will be converted to human-readable dates and times.
Informasi Dasar Ekstensi
Nama | Timely |
ID | phpkahchjodmhmckibejeafoflafljma |
URL Resmi | https://chromewebstore.google.com/detail/timely/phpkahchjodmhmckibejeafoflafljma |
Deskripsi | This extension converts unix epoch timestamps to human-readable times. |
Ukuran File | 10.88 KB |
Jumlah Instalasi | 2,108 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2013-10-27 |
Tanggal Publikasi | 2013-10-27 |
Penilaian | 4.67/5 Total 9 Penilaian |
Pengembang | Chris Warren |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "short_name": "Timely", "description": "This extension converts unix epoch timestamps to human-readable times.", "icons": { "128": "icon128.png" }, "version": "1.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Show human-readable timestamps" } } |