Gmail Focus
Focus on your emails, one at a time
Hvad er Gmail Focus?
Gmail Focus er en Chrome-udvidelse udviklet af Miguel Piedrafita, og dens hovedfunktion er "Focus on your emails, one at a time".
Udvidelsesskærmbilleder
Download Gmail Focus-udvidelses-CRX-fil
Download Gmail Focus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Gmail Focus |
ID | ibkglcbdiifoobbgjpghnobobbnddojj |
Officiel URL | https://chromewebstore.google.com/detail/gmail-focus/ibkglcbdiifoobbgjpghnobobbnddojj |
Beskrivelse | Focus on your emails, one at a time |
Filstørrelse | 38.75 KB |
Antal Installationer | 45 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2019-06-05 |
Udgivelsesdato | 2019-06-05 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Miguel Piedrafita |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |