MacTime

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

ما هو MacTime؟

MacTime هو إضافة Chrome تم تطويرها بواسطة Sanjay V، والميزة الرئيسية لها هي "Get quarter-hourly, half-hourly, hourly reminders like in Mac. Icon made by Oliver from www.flaticon.com".

تحميل ملف CRX للإضافة MacTime

قم بتنزيل ملفات الامتداد MacTime بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}