Minimal Fast App
This extension helps you track when it's time to eat again
Minimal Fast App란 무엇입니까?
Minimal Fast App은(는) monicamuellerdesign에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps you track when it's time to eat again"입니다.
확장 프로그램 스크린샷
Minimal Fast App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Super minimal extension for people who intermittent fast on a 16 hour schedule. It only counts down in hours and is fixed to a 16 hour fasting schedule.
확장 프로그램 기본 정보
이름 | |
ID | dbijekhfnkicfpmgkopbipjdocjnfhce |
공식 URL | https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce |
설명 | This extension helps you track when it's time to eat again |
파일 크기 | 82.44 KB |
설치 횟수 | 119 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-02-23 |
출시 날짜 | 2019-02-23 |
평점 | 1.50/5 총 2 개의 평점 |
개발자 | monicamuellerdesign |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal Fast App", "description": "This extension helps you track when it's time to eat again", "version": "1.0", "browser_action": { "default_title": "Intermittent Fast App", "default_popup": "countdown.html", "scripts": [ "scripts\/jquery-3.3.1-min.js", "scripts\/jquery.timepicker.min.js", "scripts\/timePicker.js" ], "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" } }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "activeTab" ] } |