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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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