Work Hard

Get things done, that's it.

Work Hard क्या है?

Work Hard Pedro Filho द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get things done, that's it."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Work Hard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}