Mind. Extension
Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.
Mind. Extensionとは何ですか?
Mind. Extensionはtheryankearns.comによって開発されたChromeの拡張機能で、その主な機能は「Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.」です。
拡張機能のスクリーンショット
Mind. Extension拡張機能のCRXファイルをダウンロード
Mind. Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mind is the browser extension that interrupts your browsing experience by randomly replacing your new tab page with a mindful reminder aimed at bringing you back into your center. The problem with most reminder apps or add-ons is that the user is the one who writes and schedules them, they know they're coming and are prepared to receive them. Having the reminders appear at random without the ability to choose the messaging provides a more natural opportunity for mindful reflection. The goal of this extension is to help instill a sense of discipline in small, more manageable chunks, and over time create a stronger sense of ownership and control over your thoughts and actions.
拡張機能の基本情報
名前 | |
ID | hfbjojbpmacggphgpmegfdbmibpeipmb |
公式URL | https://chrome.google.com/webstore/detail/mind-extension/hfbjojbpmacggphgpmegfdbmibpeipmb |
説明 | Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus. |
ファイルサイズ | 87.61 KB |
インストール数 | 15 |
現在のバージョン | 1.1 |
最終更新日 | 2018-05-30 |
公開日 | 2018-05-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | theryankearns.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.theryankearns.com/mind |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mind. Extension", "version": "1.1", "description": "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.", "background": { "scripts": [ "js\/mind.js", "js\/jquery-3.3.1.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage", "chrome:\/\/favicon\/" ], "icons": { "16": "img\/16.png", "48": "img\/48.png", "96": "img\/96.png" }, "incognito": "split" } |