Gmail Focus
Focus on your emails, one at a time
What is Gmail Focus?
Gmail Focus is a Chrome extension developed by Miguel Piedrafita, and its main feature is "Focus on your emails, one at a time".
Extension Screenshots
Download Gmail Focus Extension CRX File
Download Gmail 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
Gmail Focus scribbles out every email subject but your first one, so you don't get distracted when reading your email. Inspired by a @cgenco tweet: https://twitter.com/cgenco/status/1133045254498734080?s=20
Extension Basic Information
Name | Gmail Focus |
ID | ibkglcbdiifoobbgjpghnobobbnddojj |
Official URL | https://chromewebstore.google.com/detail/gmail-focus/ibkglcbdiifoobbgjpghnobobbnddojj |
Description | Focus on your emails, one at a time |
File Size | 38.75 KB |
Installation Count | 45 |
Current Version | 0.1.2 |
Last Updated | 2019-06-05 |
Publish Date | 2019-06-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Miguel Piedrafita |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Focus", "version": "0.1.2", "description": "Focus on your emails, one at a time", "author": "Miguel Piedrafita", "homepage_url": "https:\/\/miguelpiedrafita.com", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "styles.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "web_accessible_resources": [ "font\/*.eot", "font\/*.woff2", "font\/*.woff", "font\/*.ttf", "font\/*.svg" ], "icons": { "128": "icon.png" } } |