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
Eメール [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"
    ]
}