Productivity Enforcer
A simple Chrome Extension that prevents the browser from launching websites, which you specify.
什么是Productivity Enforcer?
Productivity Enforcer是由chongdashu开发的Chrome扩展程序,该扩展的主要功能是“A simple Chrome Extension that prevents the browser from launching websites, which you specify.”。
扩展截图
下载Productivity Enforcer扩展crx文件
下载Productivity Enforcer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites.
扩展基本信息
名称 | Productivity Enforcer |
ID | ckhdpoeddfocfjinehpedlbcihjjmopn |
官方URL | https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn |
简介 | A simple Chrome Extension that prevents the browser from launching websites, which you specify. |
文件大小 | 14.59 KB |
安装次数 | 37 |
当前版本 | 3.1 |
更新时间 | 2014-03-30 |
上架时间 | 2014-03-29 |
评分 | 4.75/5 共4次评分 |
开发者 | chongdashu |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Productivity Enforcer", "description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.", "version": "3.1", "permissions": [ "activeTab", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "scripts": [ "background.js" ] } } |