Minimal Fast App
This extension helps you track when it's time to eat again
Minimal Fast App là gì?
Minimal Fast App là một tiện ích mở rộng Chrome được phát triển bởi monicamuellerdesign, và tính năng chính của nó là "This extension helps you track when it's time to eat again".
Ả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 Minimal Fast App
Tải xuống các tệp mở rộng Minimal Fast App 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dbijekhfnkicfpmgkopbipjdocjnfhce |
URL Chính Thức | https://chrome.google.com/webstore/detail/minimal-fast-app/dbijekhfnkicfpmgkopbipjdocjnfhce |
Mô tả | This extension helps you track when it's time to eat again |
Kích Thước Tệp | 82.44 KB |
Số Lần Cài Đặt | 119 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2019-02-23 |
Ngày Phát Hành | 2019-02-23 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | monicamuellerdesign |
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", "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" ] } |