Work Hard
Get things done, that's it.
Apa itu Work Hard?
Work Hard adalah ekstensi Chrome yang dikembangkan oleh Pedro Filho, dan fitur utamanya adalah "Get things done, that's it.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Work Hard
Unduh file ekstensi Work Hard dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Work Hard |
ID | agbhcnkkohkomabkadaojnmmedjpofna |
URL Resmi | https://chromewebstore.google.com/detail/work-hard/agbhcnkkohkomabkadaojnmmedjpofna |
Deskripsi | Get things done, that's it. |
Ukuran File | 55.66 KB |
Jumlah Instalasi | 87 |
Versi Saat Ini | 0.4.4 |
Terakhir Diperbarui | 2020-08-23 |
Tanggal Publikasi | 2019-12-09 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | Pedro Filho |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/pedroapfilho/work-hard |
URL Halaman Bantuan | https://github.com/pedroapfilho/work-hard/issues |
Bahasa yang Didukung | 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", " |