Gmail Focus
Focus on your emails, one at a time
Was ist Gmail Focus?
Gmail Focus ist eine Chrome-Erweiterung, die von Miguel Piedrafita entwickelt wurde, und ihr Hauptmerkmal ist "Focus on your emails, one at a time".
Erweiterungsscreenshots
Gmail Focus-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gmail Focus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Gmail Focus |
ID | ibkglcbdiifoobbgjpghnobobbnddojj |
Offizielle URL | https://chromewebstore.google.com/detail/gmail-focus/ibkglcbdiifoobbgjpghnobobbnddojj |
Beschreibung | Focus on your emails, one at a time |
Dateigröße | 38.75 KB |
Installationsanzahl | 45 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2019-06-05 |
Veröffentlichungsdatum | 2019-06-05 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Miguel Piedrafita |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |