AnyTime

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

Τι είναι το AnyTime;

Το AnyTime είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον shaoruu, και η κύρια λειτουργία του είναι "Seamlessly convert time zones and add to your calendar with AnyTime.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης AnyTime

Λήψη αρχείων επέκτασης AnyTime σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα AnyTime AnyTime
ID afenjmeaoeobpikeliigimidhakelggd
Επίσημο URL https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd
Περιγραφή Seamlessly convert time zones and add to your calendar with AnyTime.
Μέγεθος Αρχείου 2.01 MB
Αριθμός Εγκαταστάσεων 78
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2020-10-18
Ημερομηνία Δημοσίευσης 2020-10-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής shaoruu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}