Epoch Converter Tooltip for Google Chrome™
Convert timestamps to readable times
Apa itu Epoch Converter Tooltip for Google Chrome™?
Epoch Converter Tooltip for Google Chrome™ adalah ekstensi Chrome yang dikembangkan oleh eyal0, dan fitur utamanya adalah "Convert timestamps to readable times".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Epoch Converter Tooltip for Google Chrome™
Unduh file ekstensi Epoch Converter Tooltip for Google Chrome™ 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
When hovering over a number that might be a timestamp, convert it to a timestamp.
In the options, the location of the tooltip, the triggering, and the timezone can be changed. Informasi Dasar Ekstensi
| Nama | |
| ID | gfhloejbjfojlcadcpahgdaagekamhjh |
| URL Resmi | https://chromewebstore.google.com/detail/epoch-converter-tooltip-f/gfhloejbjfojlcadcpahgdaagekamhjh |
| Deskripsi | Convert timestamps to readable times |
| Ukuran File | 639 KB |
| Jumlah Instalasi | 291 |
| Versi Saat Ini | 1.5.1 |
| Terakhir Diperbarui | 2017-06-29 |
| Tanggal Publikasi | 2017-06-29 |
| Penilaian | 4.00/5 Total 4 Penilaian |
| Pengembang | eyal0 |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://github.com/eyal0/epoch-converter-tooltip |
| URL Halaman Bantuan | https://github.com/eyal0/epoch-converter-tooltip/issues |
| Bahasa yang Didukung | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Epoch Converter Tooltip for Google Chrome\u2122",
"version": "1.5.1",
"manifest_version": 2,
"description": "Convert timestamps to readable times",
"icons": {
"16": "ECT-16.png",
"48": "ECT-48.png",
"128": "ECT-128.png"
},
"background": {
"scripts": [
"ECT-background.js"
],
"persistent": true
},
"options_page": "ECT-options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"ECT.css"
],
"js": [
"ECT-contentscript.js"
]
}
]
} | |