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
官方網址 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"
    ]
}