Work Hard

Get things done, that's it.

什么是Work Hard?

Work Hard是由Pedro Filho开发的Chrome扩展程序,该扩展的主要功能是“Get things done, that's it.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Work Hard扩展crx文件

下载Work Hard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A simple, private and efficient way to block websites and keep you focused.

It gives you the power to block whatever you want, the main suggestion is to block entire domains, but you can block keywords, tags, categories, anything that can make you procrastinate.

The plugin itself just checks your tabs and close it if it matches anything you added on the list, simple and effective.

You should use it with some focus technique like the pomodoro one.

This extension doesn't store anything on any server, only on your computer. The code of this plugin is open source and you can check it out anytime you want.                    

扩展基本信息

名称 Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
官方URL https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
简介 Get things done, that's it.
文件大小 55.66 KB
安装次数 87
当前版本 0.4.4
更新时间 2020-08-23
上架时间 2019-12-09
评分 5.00/5 共5次评分
开发者 Pedro Filho
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/pedroapfilho/work-hard
帮助页面URL https://github.com/pedroapfilho/work-hard/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Work Hard",
    "version": "0.4.4",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "description": "Get things done, that's it.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/fun128.png",
        "default_title": "Work Hard"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}