AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
Apa itu AnyTime?
AnyTime adalah ekstensi Chrome yang dikembangkan oleh shaoruu, dan fitur utamanya adalah "Seamlessly convert time zones and add to your calendar with AnyTime.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AnyTime
Unduh file ekstensi AnyTime 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
Converting time zones is a pain. So many websites, extensions, and confusions. Not with AnyTime. AnyTime is your go-to time converter that works perfectly with your workflow. ⏳ Convert Time - Highlight the time or open the extension 📆 Add to Calendar - Add to any of your calendar (Google, Apple, Yahoo, Outlook) 🔥 To help us improve, we would love to hear your feedback and any suggestions for future updates!
Informasi Dasar Ekstensi
Nama | AnyTime |
ID | afenjmeaoeobpikeliigimidhakelggd |
URL Resmi | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd |
Deskripsi | Seamlessly convert time zones and add to your calendar with AnyTime. |
Ukuran File | 2.01 MB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2020-10-18 |
Tanggal Publikasi | 2020-10-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | shaoruu |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AnyTime", "short_name": "AnyTime", "version": "0.0.2", "description": "Seamlessly convert time zones and add to your calendar with AnyTime.", "manifest_version": 2, "icons": { "128": "logo.png" }, "browser_action": { "default_popup": "index.html", "default_title": "AnyTime Popup" }, "background": { "scripts": [ "\/static\/js\/background.js" ] }, "web_accessible_resources": [ "\/static\/css\/*.css", "\/static\/media\/*.png" ], "permissions": [ "storage", "contextMenus", "notifications", "geolocation" ] } |