timee
Convert date and time to your time zone with timee.io
Apa itu timee?
timee adalah ekstensi Chrome yang dikembangkan oleh https://timee.io, dan fitur utamanya adalah "Convert date and time to your time zone with timee.io".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi timee
Unduh file ekstensi timee 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
This extension is a simple shortcut for time zone conversion of free language text on timee.io. All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.
Informasi Dasar Ekstensi
Nama | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
URL Resmi | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
Deskripsi | Convert date and time to your time zone with timee.io |
Ukuran File | 10.32 KB |
Jumlah Instalasi | 637 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-04-22 |
Tanggal Publikasi | 2020-05-04 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | https://timee.io |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://timee.io |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "timee", "description": "Convert date and time to your time zone with timee.io", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |