MorningTab

Welcome to your Digital Morning Routine!

ما هو MorningTab؟

MorningTab هو إضافة Chrome تم تطويرها بواسطة MorningTab، والميزة الرئيسية لها هي "Welcome to your Digital Morning Routine!".

لقطات شاشة التمديد

screenshot
screenshot

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

قم بتنزيل ملفات الامتداد MorningTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Welcome to your digital morning routine! MorningTab wants to give you a great start to every day by helping bring some of the most popular morning activities to the web - all in one tab view!

Enjoy some timed meditation, catch up on the latest news, write down your goals, and more! 

Still in beta mode - please email us with your suggestions/feedback and see your idea come to life in the next version!

***Fixed link now Available! Apologies for the confusion...***                    

معلومات أساسية عن التمديد

الاسم MorningTab MorningTab
ID dhkhjkhggidmfjicpkgabikpbojmofdi
عنوان URL الرسمي https://chromewebstore.google.com/detail/morningtab/dhkhjkhggidmfjicpkgabikpbojmofdi
الوصف Welcome to your Digital Morning Routine!
حجم الملف 8.85 MB
عدد التثبيتات 55
النسخة الحالية 1.1.5
آخر تحديث 2017-06-26
تاريخ النشر 2017-06-25
تقييم 5.00/5 مجموع تقييمات 2
المطور MorningTab
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MorningTab",
    "description": "Welcome to your Digital Morning Routine!",
    "version": "1.1.5",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "32": "icon32.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "MorningTab"
    },
    "background": {
        "scripts": [
            "js\/MorningTab.js"
        ],
        "persistent": false
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+P",
                "mac": "Command+Shift+P",
                "chromeos": "Ctrl+Shift+P",
                "linux": "Ctrl+Shift+P"
            }
        }
    },
    "permissions": [
        "tabs",
        "alarms",
        "activeTab"
    ],
    "content_security_policy": ""
}