Five Minute Stoic

It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…

Five Minute Stoicとは何ですか?

Five Minute StoicはUnknownによって開発されたChromeの拡張機能で、その主な機能は「It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…」です。

拡張機能のスクリーンショット

screenshot

Five Minute Stoic拡張機能のCRXファイルをダウンロード

Five Minute Stoic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click New Tab in Chrome.  This action allow you to be more mindful and hopefully pause and reflect on the ancient wisdom of the Stoics.                    

拡張機能の基本情報

名前 Five Minute Stoic Five Minute Stoic
ID dhncbeikleomghlfiafaadjkigahgcke
公式URL https://chromewebstore.google.com/detail/five-minute-stoic/dhncbeikleomghlfiafaadjkigahgcke
説明 It's easy to get distracted when browsing the web. Five Minute Stoic is a an extension that displays a Stoic quote when you click…
ファイルサイズ 5.92 KB
インストール数 25
現在のバージョン 0.0.2
最終更新日 2016-02-25
公開日 2016-02-24
評価 5.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Five Minute Stoic",
    "version": "0.0.2",
    "chrome_url_overrides": {
        "newtab": "FiveMinuteStoic.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "FiveMinuteStoic16.png",
        "48": "FiveMinuteStoic48.png",
        "128": "FiveMinuteStoic128.png"
    }
}