MorningTab
Welcome to your Digital Morning Routine!
MorningTab란 무엇입니까?
MorningTab은(는) MorningTab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Welcome to your Digital Morning Routine!"입니다.
확장 프로그램 스크린샷
MorningTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": "" } |