AnyTime
Seamlessly convert time zones and add to your calendar with AnyTime.
Co to jest AnyTime?
AnyTime to rozszerzenie Chrome opracowane przez shaoruu, a jego główną funkcją jest „Seamlessly convert time zones and add to your calendar with AnyTime.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AnyTime
Pobierz pliki rozszerzeń AnyTime w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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!                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | afenjmeaoeobpikeliigimidhakelggd | 
| Oficjalny URL | https://chromewebstore.google.com/detail/anytime/afenjmeaoeobpikeliigimidhakelggd | 
| Opis | Seamlessly convert time zones and add to your calendar with AnyTime. | 
| Rozmiar pliku | 2.01 MB | 
| Liczba instalacji | 78 | 
| Aktualna Wersja | 0.0.2 | 
| Ostatnia Aktualizacja | 2020-10-18 | 
| Data Publikacji | 2020-10-12 | 
| Ocena | 5.00/5 Łącznie 1 Oceny | 
| Deweloper | shaoruu | 
| [email protected] | |
| Typ Płatności | free | 
| Obsługiwane Języki | 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"
    ]
}  |  |