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"
    ]
}