Unix Timestamp Hover
Hover over any unix timestamps on the page and read the time
Apa itu Unix Timestamp Hover?
Unix Timestamp Hover adalah ekstensi Chrome yang dikembangkan oleh HandyTools, dan fitur utamanya adalah "Hover over any unix timestamps on the page and read the time".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unix Timestamp Hover
Unduh file ekstensi Unix Timestamp Hover 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
Do you look at database tables and logs regularly? Do you look at timestamps in phpMyAdmin wondering what time 1353761933 translates to? With this lightweight extension you can hover over any unix/POSIX timestamps on the page and read the time in your local time zone.
Informasi Dasar Ekstensi
Nama | Unix Timestamp Hover |
ID | nlhnkiimfokpcabjegdiejdlljmaclap |
URL Resmi | https://chromewebstore.google.com/detail/unix-timestamp-hover/nlhnkiimfokpcabjegdiejdlljmaclap |
Deskripsi | Hover over any unix timestamps on the page and read the time |
Ukuran File | 58.49 KB |
Jumlah Instalasi | 506 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-11-24 |
Tanggal Publikasi | 2012-11-24 |
Penilaian | 3.21/5 Total 14 Penilaian |
Pengembang | HandyTools |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unix Timestamp Hover", "description": "Hover over any unix timestamps on the page and read the time", "version": "1.0", "manifest_version": 2, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" }, "background": { "scripts": [ "js\/analytics.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ " |