Mindful Internet Use
A Chrome Extension that prevents mindless browsing
Mindful Internet Use là gì?
Mindful Internet Use là một tiện ích mở rộng Chrome được phát triển bởi henry.gondorff.miu, và tính năng chính của nó là "A Chrome Extension that prevents mindless browsing".
Ả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 Mindful Internet Use
Tải xuống các tệp mở rộng Mindful Internet Use 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
The name MIU, short for Mindful Internet Use, can be viewed as the antonym of the Psychological term Problematic Internet Use (PIU). Problematic Internet Use is described as ”an inability to control one's use of the Internet which leads to negative consequences in daily life”. Unlike many other extensions, MIU will not provide a quick fix by blocking websites. MIU will instead focus on the reason behind the problem, the user's tendency to browse the web mindlessly. By repeatedly encouraging a more intentional and mindful usage of the internet this extension will help the user to quit undesirable internet use. The goal of this extension is to give its user a tool to help them avoid mindless browsing and unintentional internet use. This will be done by encouraging the user to breathe and present quotes that remind the user what they value before allowing the user to access a listed website. Neither your quotes nor list of mindless websites will be sent anywhere, the data will remain secure on your own device. Source code: https://github.com/IvarssonAndreas/mindful-internet-use
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mindful Internet Use |
ID | hieolpjdilnibgamiafklnlcmagdngoo |
URL Chính Thức | https://chromewebstore.google.com/detail/mindful-internet-use/hieolpjdilnibgamiafklnlcmagdngoo |
Mô tả | A Chrome Extension that prevents mindless browsing |
Kích Thước Tệp | 407 KB |
Số Lần Cài Đặt | 1,909 |
Phiên Bản Hiện Tại | 1.0.13 |
Cập Nhật Lần Cuối | 2022-12-21 |
Ngày Phát Hành | 2020-07-05 |
Đánh Giá | 4.76/5 Tổng số 54 Đánh Giá |
Nhà Phát Triển | henry.gondorff.miu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/IvarssonAndreas/mindful-internet-use |
URL Trang Trợ Giúp | https://github.com/IvarssonAndreas/mindful-internet-use |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A Chrome Extension that prevents mindless browsing", "version": "1.0.13", "manifest_version": 2, "short_name": "MIU", "name": "Mindful Internet Use", "options_page": "options.html", "background": { "scripts": [ "background.bundle.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "permissions": [ "storage", "tabs" ] } |