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”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Minimal Fast App Minimal Fast App
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"
    ]
}