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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}