MorningTab

Welcome to your Digital Morning Routine!

MorningTabคืออะไร?

MorningTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MorningTab และคุณลักษณะหลักของมันคือ "Welcome to your Digital Morning Routine!"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย 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": ""
}