Good Morning

Be more productive each morning by avoiding distracting websites

Good Morning là gì?

Good Morning là một tiện ích mở rộng Chrome được phát triển bởi Travis Wimer, và tính năng chính của nó là "Be more productive each morning by avoiding distracting websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Good Morning

Tải xuống các tệp mở rộng Good Morning dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Good Morning Good Morning
ID icjnjamlfgbdinjffhckkbgdpkddnlnk
URL Chính Thức https://chromewebstore.google.com/detail/good-morning/icjnjamlfgbdinjffhckkbgdpkddnlnk
Mô tả Be more productive each morning by avoiding distracting websites
Kích Thước Tệp 214 KB
Số Lần Cài Đặt 50
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2013-09-07
Ngày Phát Hành 2013-09-07
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Travis Wimer
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}