Work Hard
Get things done, that's it.
ما هو Work Hard؟
Work Hard هو إضافة Chrome تم تطويرها بواسطة Pedro Filho، والميزة الرئيسية لها هي "Get things done, that's it.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Work Hard
قم بتنزيل ملفات الامتداد Work Hard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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", " |