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
Eメール [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": ""
}