Good Morning

Be more productive each morning by avoiding distracting websites

Good Morningとは何ですか?

Good MorningはTravis Wimerによって開発されたChromeの拡張機能で、その主な機能は「Be more productive each morning by avoiding distracting websites」です。

拡張機能のスクリーンショット

screenshot

Good Morning拡張機能のCRXファイルをダウンロード

Good Morning拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You've probably heard that most successful people know how to get work done in the morning. Good Morning is an extension to help you be more productive during those early hours by:

- Blocking common distracting sites
- Allowing you to add/remove sites to block
- Giving you the option to bypass the blocker on a site for 5 minutes
- Automatically letting you browse freely after noon                    

拡張機能の基本情報

名前 Good Morning Good Morning
ID icjnjamlfgbdinjffhckkbgdpkddnlnk
公式URL https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk
説明 Be more productive each morning by avoiding distracting websites
ファイルサイズ 214 KB
インストール数 50
現在のバージョン 0.0.3
最終更新日 2013-09-07
公開日 2013-09-07
評価 4.00/5 合計 4 レビュー
開発者 Travis Wimer
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Good Morning",
    "description": "Be more productive each morning by avoiding distracting websites",
    "version": "0.0.3",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "scripts\/request_handler.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery-2.0.1.min.js",
                "scripts\/redirect.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "scripts\/jquery-2.0.1.min.map"
    ]
}