Limits
Specify daily limits for sites you waste too much time on
什么是Limits?
Limits是由2matto开发的Chrome扩展程序,该扩展的主要功能是“Specify daily limits for sites you waste too much time on”。
扩展截图
下载Limits扩展crx文件
下载Limits扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Set daily limits for websites. Prevent binge watching YouTube or Netflix, or put an end to endlessly scrolling on Facebook and Twitter. Once you hit your daily limit the site will be blocked until the next day. Only active tabs count towards your time. Use regular expressions to define more complex limits.
扩展基本信息
名称 | Limits |
ID | pilkecnaknpbllkhjcdfghagdfbdgeon |
官方URL | https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon |
简介 | Specify daily limits for sites you waste too much time on |
文件大小 | 25.83 KB |
安装次数 | 210 |
当前版本 | 0.0.0.4 |
更新时间 | 2019-04-05 |
上架时间 | 2019-04-04 |
评分 | 5.00/5 共2次评分 |
开发者 | 2matto |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Limits", "short_name": "Limits", "version": "0.0.0.4", "description": "Specify daily limits for sites you waste too much time on", "icons": { "128": "Limits-128.png", "512": "Limits-512.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "Limits-128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |