MorningTab

Welcome to your Digital Morning Routine!

什么是MorningTab?

MorningTab是由MorningTab开发的Chrome扩展程序,该扩展的主要功能是“Welcome to your Digital Morning Routine!”。

扩展截图

screenshot
screenshot

下载MorningTab扩展crx文件

下载MorningTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": ""
}