AnyTime

Seamlessly convert time zones and add to your calendar with AnyTime.

¿Qué es AnyTime?

AnyTime es una extensión de Chrome desarrollada por shaoruu, y su función principal es "Seamlessly convert time zones and add to your calendar with AnyTime.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AnyTime

Descarga archivos de extensión AnyTime en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre AnyTime AnyTime
ID afenjmeaoeobpikeliigimidhakelggd
URL Oficial https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd
Descripción Seamlessly convert time zones and add to your calendar with AnyTime.
Tamaño del Archivo 2.01 MB
Cantidad de Instalaciones 78
Versión Actual 0.0.2
Última Actualización 2020-10-18
Fecha de Publicación 2020-10-12
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador shaoruu
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}