Good Morning

Be more productive each morning by avoiding distracting websites

Good Morningคืออะไร?

Good Morning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Travis Wimer และคุณลักษณะหลักของมันคือ "Be more productive each morning by avoiding distracting websites"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Good Morning

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}