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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 |
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", " |