Mindful Internet Use
A Chrome Extension that prevents mindless browsing
Mindful Internet Use란 무엇입니까?
Mindful Internet Use은(는) henry.gondorff.miu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome Extension that prevents mindless browsing"입니다.
확장 프로그램 스크린샷
Mindful Internet Use 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Mindful Internet Use |
ID | hieolpjdilnibgamiafklnlcmagdngoo |
공식 URL | https://chromewebstore.google.com/detail/mindful-internet-use/hieolpjdilnibgamiafklnlcmagdngoo |
설명 | A Chrome Extension that prevents mindless browsing |
파일 크기 | 407 KB |
설치 횟수 | 1,909 |
현재 버전 | 1.0.13 |
최근 업데이트 | 2022-12-21 |
출시 날짜 | 2020-07-05 |
평점 | 4.76/5 총 54 개의 평점 |
개발자 | henry.gondorff.miu |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/IvarssonAndreas/mindful-internet-use |
도움말 페이지 URL | https://github.com/IvarssonAndreas/mindful-internet-use |
지원되는 언어 | 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" ] } |