AnyTime

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

AnyTime क्या है?

AnyTime shaoruu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamlessly convert time zones and add to your calendar with AnyTime."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AnyTime एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}