Morning Routine
This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning
Morning Routine란 무엇입니까?
Morning Routine은(는) javierguzmandev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning"입니다.
확장 프로그램 스크린샷
Morning Routine 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This add-on lets you to specify in the options a bunch of web pages URLs separated by a line. When you are in your morning routine you can click the add-on icon and it will open your favorites web pages.
확장 프로그램 기본 정보
이름 | Morning Routine |
ID | oomonogdlncffnaapifnabnobndkiojm |
공식 URL | https://chromewebstore.google.com/detail/morning-routine/oomonogdlncffnaapifnabnobndkiojm |
설명 | This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning |
파일 크기 | 7.22 KB |
설치 횟수 | 39 |
현재 버전 | 1.0 |
최근 업데이트 | 2022-10-21 |
출시 날짜 | 2022-10-20 |
개발자 | javierguzmandev |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/javierguzman/morning-routine |
도움말 페이지 URL | https://github.com/javierguzman/morning-routine |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This addon lets you to specify a bunch of urls to be open when you click the coffee cup in the morning", "manifest_version": 3, "name": "Morning Routine", "version": "1.0", "author": "Javier Guzman", "homepage_url": "https:\/\/github.com\/javierguzman\/morning-routine", "icons": { "48": "icons\/coffee-cup-48.png" }, "action": { "default_icon": { "48": "icons\/coffee-cup-48.png" }, "default_title": "Morning Routine" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |