Focus
Extension to stop procrastination.
Apa itu Focus?
Focus adalah ekstensi Chrome yang dikembangkan oleh Oliver Song, dan fitur utamanya adalah "Extension to stop procrastination.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Focus
Unduh file ekstensi Focus 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
Stops you from using sites that waste your time. Update 1.1 Doesn't use Jquery! Update 1.2 Chrome store policies, more sites, better wording. Update 1.3 Manifest v3, fix Google Docs Update 1.4 Small bugfix
Informasi Dasar Ekstensi
Nama | Focus |
ID | iadpfonbgmlpndbfnhcmpnlcdahgbkbc |
URL Resmi | https://chromewebstore.google.com/detail/focus/iadpfonbgmlpndbfnhcmpnlcdahgbkbc |
Deskripsi | Extension to stop procrastination. |
Ukuran File | 70.69 KB |
Jumlah Instalasi | 22 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2022-12-09 |
Tanggal Publikasi | 2012-11-24 |
Penilaian | 2.75/5 Total 4 Penilaian |
Pengembang | Oliver Song |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus", "version": "1.4", "manifest_version": 3, "description": "Extension to stop procrastination.", "background": { "service_worker": "background.js" }, "icons": { "16": "icon2.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "action": { "name": "Focus", "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/*.google.com\/*" ], "js": [ "contentscript.js" ] } ], "web_accessible_resources": [ { "resources": [ "script.js", "shoop.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |