MorningTab

Welcome to your Digital Morning Routine!

MorningTab क्या है?

MorningTab MorningTab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Welcome to your Digital Morning Routine!"।

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

screenshot
screenshot

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

crx प्रारूप में MorningTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": ""
}