MacTime

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

What is MacTime?

MacTime is a Chrome extension developed by Sanjay V, and its main feature is "Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com".

Download MacTime Extension CRX File

Download MacTime extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name MacTime MacTime
ID cinlocgacdjfmanaahahadaaoknofnme
Official URL https://chrome.google.com/webstore/detail/mactime/cinlocgacdjfmanaahahadaaoknofnme
Description Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com
File Size 11.92 KB
Installation Count 110
Current Version 1.0
Last Updated 2017-01-14
Publish Date 2017-01-14
Developer Sanjay V
Email [email protected]
Payment Type free
Supported Languages 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"
}