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文件
下載Minimal Fast App擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
| 官方網址 | 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"
]
} | |