AnyTime

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

Qu'est-ce que AnyTime ?

AnyTime est une extension Chrome développée par shaoruu, et sa fonction principale est "Seamlessly convert time zones and add to your calendar with AnyTime.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AnyTime

Téléchargez les fichiers d'extension AnyTime au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom AnyTime AnyTime
ID afenjmeaoeobpikeliigimidhakelggd
URL Officiel https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd
Description Seamlessly convert time zones and add to your calendar with AnyTime.
Taille du Fichier 2.01 MB
Nombre d'Installations 78
Version Actuelle 0.0.2
Dernière Mise à Jour 2020-10-18
Date de Publication 2020-10-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur shaoruu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}