AnyTime

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

Co je AnyTime?

AnyTime je rozšíření Chrome vyvinuté shaoruu, a jeho hlavní funkcí je „Seamlessly convert time zones and add to your calendar with AnyTime.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření AnyTime

Stáhněte si soubory rozšíření AnyTime ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název AnyTime AnyTime
ID afenjmeaoeobpikeliigimidhakelggd
Oficiální URL https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd
Popis Seamlessly convert time zones and add to your calendar with AnyTime.
Velikost souboru 2.01 MB
Počet instalací 78
Aktuální Verze 0.0.2
Poslední Aktualizace 2020-10-18
Datum Vydání 2020-10-12
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář shaoruu
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}