Mindful Surfing
Helps you avoid mindlessly surfing the web.
什么是Mindful Surfing?
Mindful Surfing是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Helps you avoid mindlessly surfing the web.”。
扩展截图
下载Mindful Surfing扩展crx文件
下载Mindful Surfing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple Chrome browser extension to help avoid wasting excessive time -- or retain "mindfulness" when browsing the web. Unlike many other extensions which block time on specific 'distracting' sites, this extension works based on the time the browser has been running. Two features, each of which can be enabled independently: 1. An absolute limit on the duration of the browser session, after this time, the browser will be closed. Notifications warn of pending shutdown. 2. Show a notification on time interval, reminding you how much time you have spent online. All the time limits can be configured, and a URL white-list is supported - when the active tab matches the white-list, features are disabled. Notes ----- If you decide to enable the feature to automatically close the browser, you might wish to enable persistence of the tabs: Settings > On startup > "continue where you left off" This extension is supposed to be annoying -- the point of it is to distract you from mindless surfing! Definitely an Alpha -- comments welcome! Icon credit to: http://www.cliparthut.com/xmas-candle-clipart.html Ben Blamey [email protected]
扩展基本信息
名称 | Mindful Surfing |
ID | odbgeeabkpglgkdlfekbhhoipbpebcal |
官方URL | https://chromewebstore.google.com/detail/mindful-surfing/odbgeeabkpglgkdlfekbhhoipbpebcal |
简介 | Helps you avoid mindlessly surfing the web. |
文件大小 | 58.36 KB |
安装次数 | 101 |
当前版本 | 1.0 |
更新时间 | 2015-09-24 |
上架时间 | 2015-09-24 |
评分 | 5.00/5 共2次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | http://www.github.com/benblamey/mindful_surfing |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mindful Surfing", "description": "Helps you avoid mindlessly surfing the web.", "version": "1.0", "permissions": [ "activeTab", "alarms", "notifications", "windows", "activeTab", "tabs", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "options.html", "background": { "scripts": [ "core.js", "backgroundPage.js" ], "persistent": true } } |