Work Hard

Get things done, that's it.

Work Hard là gì?

Work Hard là một tiện ích mở rộng Chrome được phát triển bởi Pedro Filho, và tính năng chính của nó là "Get things done, that's it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Work Hard

Tải xuống các tệp mở rộng Work Hard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Work Hard Work Hard
ID agbhcnkkohkomabkadaojnmmedjpofna
URL Chính Thức https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna
Mô tả Get things done, that's it.
Kích Thước Tệp 55.66 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.4.4
Cập Nhật Lần Cuối 2020-08-23
Ngày Phát Hành 2019-12-09
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Pedro Filho
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pedroapfilho/work-hard
URL Trang Trợ Giúp https://github.com/pedroapfilho/work-hard/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}