AnyTime

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

Was ist AnyTime?

AnyTime ist eine Chrome-Erweiterung, die von shaoruu entwickelt wurde, und ihr Hauptmerkmal ist "Seamlessly convert time zones and add to your calendar with AnyTime.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

AnyTime-Erweiterungs-CRX-Datei herunterladen

Laden Sie AnyTime-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name AnyTime AnyTime
ID afenjmeaoeobpikeliigimidhakelggd
Offizielle URL https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd
Beschreibung Seamlessly convert time zones and add to your calendar with AnyTime.
Dateigröße 2.01 MB
Installationsanzahl 78
Aktuelle Version 0.0.2
Letztes Update 2020-10-18
Veröffentlichungsdatum 2020-10-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler shaoruu
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}