Morning Espresso
Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.
Morning Espresso란 무엇입니까?
Morning Espresso은(는) ohsatgames에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea."입니다.
확장 프로그램 스크린샷
Morning Espresso 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
My take on the popular Firefox extension Morning Coffee. Organize websites by day and open them up simultaneously with a click while you enjoy your morning espresso, coffee or even tea.
확장 프로그램 기본 정보
이름 | |
ID | ganjacdbmjoggmfcgdpcjimpgjehpodm |
공식 URL | https://chrome.google.com/webstore/detail/morning-espresso/ganjacdbmjoggmfcgdpcjimpgjehpodm |
설명 | Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea. |
파일 크기 | 52.68 KB |
설치 횟수 | 391 |
현재 버전 | 0.8.2 |
최근 업데이트 | 2016-10-23 |
출시 날짜 | 2016-10-23 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | ohsatgames |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://www.ohsat.com/privacy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Morning Espresso", "short_name": "Espresso", "description": "Save websites and visit them with one click! Coffee is optional but recommended. Also compatible with tea.", "version": "0.8.2", "browser_action": { "default_icon": "icon19.png", "default_popup": "mainmenu.html", "default_title": "Grab a cup!" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "activeTab", "storage" ] } |