MorningTab
Welcome to your Digital Morning Routine!
MorningTab là gì?
MorningTab là một tiện ích mở rộng Chrome được phát triển bởi MorningTab, và tính năng chính của nó là "Welcome to your Digital Morning Routine!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MorningTab
Tải xuống các tệp mở rộng MorningTab 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
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...***
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | MorningTab |
ID | dhkhjkhggidmfjicpkgabikpbojmofdi |
URL Chính Thức | https://chromewebstore.google.com/detail/morningtab/dhkhjkhggidmfjicpkgabikpbojmofdi |
Mô tả | Welcome to your Digital Morning Routine! |
Kích Thước Tệp | 8.85 MB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 1.1.5 |
Cập Nhật Lần Cuối | 2017-06-26 |
Ngày Phát Hành | 2017-06-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | MorningTab |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": "" } |