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"
    ]
}