AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
Cos'è AnyTime?
AnyTime è un'estensione di Chrome sviluppata da shaoruu, e la sua funzione principale è "Seamlessly convert time zones and add to your calendar with AnyTime.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AnyTime
Scarica i file di estensione AnyTime in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | AnyTime |
ID | afenjmeaoeobpikeliigimidhakelggd |
URL Ufficiale | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd |
Descrizione | Seamlessly convert time zones and add to your calendar with AnyTime. |
Dimensione del File | 2.01 MB |
Conteggio Installazioni | 78 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2020-10-18 |
Data di Pubblicazione | 2020-10-12 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | shaoruu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |