MacTime

Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com

MacTime क्या है?

MacTime Sanjay V द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com"।

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

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

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

                        Get quarter-hourly, half-hourly, hourly reminders like in a Mac.
Choose whether or not you want the reminders and choose how often.
Icon made by Oliver from www.flaticon.com                    

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

नाम MacTime MacTime
ID cinlocgacdjfmanaahahadaaoknofnme
आधिकारिक URL https://chrome.google.com/webstore/detail/mactime/cinlocgacdjfmanaahahadaaoknofnme
विवरण Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com
फ़ाइल का आकार 11.92 KB
स्थापना संख्या 110
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-01-14
प्रकाशन तिथि 2017-01-14
डेवलपर Sanjay V
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MacTime",
    "description": "Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com",
    "version": "1.0",
    "icons": {
        "32": "icon.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "browser_action": {
        "default_icon": "logo64.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tts",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "short_name": "MacTime"
}