Epoch
Quick Linux/Epoch time converter
Apa itu Epoch?
Epoch adalah ekstensi Chrome yang dikembangkan oleh Liorama, dan fitur utamanya adalah "Quick Linux/Epoch time converter".
Unduh Berkas CRX Ekstensi Epoch
Unduh file ekstensi Epoch 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
Unix time (also known as POSIX time or Epoch time) is a system for describing instants in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC), Thursday, 1 January 1970. This is a quick converter that let's you convert a specific date (and time) to the it's Epoch time representation.
Informasi Dasar Ekstensi
Nama | Epoch |
ID | giojmegbijfdaifkfblkljnbeljjhlaj |
URL Resmi | https://chromewebstore.google.com/detail/epoch/giojmegbijfdaifkfblkljnbeljjhlaj |
Deskripsi | Quick Linux/Epoch time converter |
Ukuran File | 245 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2016-03-15 |
Tanggal Publikasi | 2016-03-15 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Liorama |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Epoch", "short_name": "Epoch time converter", "version": "0.0.3", "manifest_version": 2, "description": "Quick Linux\/Epoch time converter", "icons": { "16": "icons\/linuxtime2.png", "48": "icons\/linuxtime2.png", "128": "icons\/linuxtime2.png" }, "browser_action": { "default_icon": "icons\/linuxtime2.png", "default_title": "Click for time since Linux Epoch", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "*:\/\/*\/*" ] } |