Mindful Internet Use
A Chrome Extension that prevents mindless browsing
Mindful Internet Use क्या है?
Mindful Internet Use henry.gondorff.miu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome Extension that prevents mindless browsing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mindful Internet Use एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |