timee

Convert date and time to your time zone with timee.io

timee क्या है?

timee https://timee.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert date and time to your time zone with timee.io"।

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

screenshot
screenshot

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

crx प्रारूप में timee एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension is a simple shortcut for time zone conversion of free language text on timee.io.
All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.                    

एक्सटेंशन की मूल जानकारी

नाम timee timee
ID fcedikhdncpihpklagplnhhapeohoghl
आधिकारिक URL https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl
विवरण Convert date and time to your time zone with timee.io
फ़ाइल का आकार 10.32 KB
स्थापना संख्या 637
वर्तमान संस्करण 1.1
अंतिम अपडेट 2021-04-22
प्रकाशन तिथि 2020-05-04
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://timee.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://timee.io
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "timee",
    "description": "Convert date and time to your time zone with timee.io",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus"
    ]
}