Block Reddit
Reminds you to get off Reddit.
什么是Block Reddit?
Block Reddit是由CS开发的Chrome扩展程序,该扩展的主要功能是“Reminds you to get off Reddit.”。
扩展截图
下载Block Reddit扩展crx文件
下载Block Reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Block Reddit is a Chrome extension that encourages you to accomplish your goals. When you visit Reddit, you will be prompted by a goal or task you have added. You now have to make a concious decision whether you want to Reddit or not. You can also select how frequently you would wish to be reminded. You can also click the Pear icon on the options page to lock Reddit for the remainder of the day.
扩展基本信息
名称 | Block Reddit |
ID | dghpifbabagfbmekemjgccimackjiljp |
官方URL | https://chromewebstore.google.com/detail/block-reddit/dghpifbabagfbmekemjgccimackjiljp |
简介 | Reminds you to get off Reddit. |
文件大小 | 51.68 KB |
安装次数 | 988 |
当前版本 | 1.0.3 |
更新时间 | 2014-12-18 |
上架时间 | 2014-12-18 |
评分 | 2.80/5 共15次评分 |
开发者 | CS |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Block Reddit", "version": "1.0.3", "description": "Reminds you to get off Reddit.", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2, "icons": { "16": "pear.png", "48": "pear.png", "128": "pear.png" }, "page_action": { "default_icon": { "19": "pear.png", "38": "pear.png" }, "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "tabs", "*:\/\/*.reddit.com\/*", "storage" ] } |