Focus
Helps you focus on your work.
What is Focus?
Focus is a Chrome extension developed by Jonathan Lau, and its main feature is "Helps you focus on your work.".
Extension Screenshots
Download Focus Extension CRX File
Download Focus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Focus helps you concentrate on your work by helping you break the habit of sidetracking while working online.
Extension Basic Information
Name | Focus |
ID | pnegnppkaeiplckejhallfpiehlbbink |
Official URL | https://chromewebstore.google.com/detail/focus/pnegnppkaeiplckejhallfpiehlbbink |
Description | Helps you focus on your work. |
File Size | 464 KB |
Installation Count | 162 |
Current Version | 0.0.4 |
Last Updated | 2021-03-25 |
Publish Date | 2015-03-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | Jonathan Lau |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focus", "version": "0.0.4", "manifest_version": 2, "description": "Helps you focus on your work.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background\/index.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Focus" }, "options_page": "main\/settings.html", "permissions": [ "tabs", "alarms", "storage", "notifications" ] } |