Gmail Zero
When your Gmail hits Inbox zero, display the Inbox zero image.
Hvad er Gmail Zero?
Gmail Zero er en Chrome-udvidelse udviklet af chodyo, og dens hovedfunktion er "When your Gmail hits Inbox zero, display the Inbox zero image.".
Udvidelsesskærmbilleder
Download Gmail Zero-udvidelses-CRX-fil
Download Gmail Zero-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
Google is removing Inbox, but Inbox zero will live on. Reward yourself when you achieve inbox zero by displaying this classic Inbox zero image in Gmail.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bhpdlfchngefiolkmkogbbjchcechobm |
Officiel URL | https://chromewebstore.google.com/detail/gmail-zero/bhpdlfchngefiolkmkogbbjchcechobm |
Beskrivelse | When your Gmail hits Inbox zero, display the Inbox zero image. |
Filstørrelse | 141 KB |
Antal Installationer | 47 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2023-12-24 |
Udgivelsesdato | 2018-10-01 |
Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
Udvikler | chodyo |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "manifest_version": 3, "name": "Gmail Zero", "version": "1.0.2", "description": "When your Gmail hits Inbox zero, display the Inbox zero image.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "content_scripts": [ { "js": [ "zero.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "short_name": "Gmail Zero", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |