Mind. Extension
Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.
Mind. Extension là gì?
Mind. Extension là một tiện ích mở rộng Chrome được phát triển bởi theryankearns.com, và tính năng chính của nó là "Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mind. Extension
Tải xuống các tệp mở rộng Mind. Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hfbjojbpmacggphgpmegfdbmibpeipmb |
URL Chính Thức | https://chrome.google.com/webstore/detail/mind-extension/hfbjojbpmacggphgpmegfdbmibpeipmb |
Mô tả | Randomly replaces your new tab page with a mindful reminder aimed at bringing you back into focus. |
Kích Thước Tệp | 87.61 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2018-05-30 |
Ngày Phát Hành | 2018-05-30 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | theryankearns.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.theryankearns.com/mind |
Ngôn Ngữ Được Hỗ Trợ | 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" } |