Gmail Old UI
Quick attempt to restore Gmail to usable state on desktop.
Hvad er Gmail Old UI?
Gmail Old UI er en Chrome-udvidelse udviklet af Dima PM, og dens hovedfunktion er "Quick attempt to restore Gmail to usable state on desktop.".
Udvidelsesskærmbilleder
Download Gmail Old UI-udvidelses-CRX-fil
Download Gmail Old UI-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
Grundlæggende oplysninger om udvidelsen
Navn | Gmail Old UI |
ID | ophglpgeanjkbpnljnokjlclhkgcnbdh |
Officiel URL | https://chromewebstore.google.com/detail/gmail-old-ui/ophglpgeanjkbpnljnokjlclhkgcnbdh |
Beskrivelse | Quick attempt to restore Gmail to usable state on desktop. |
Filstørrelse | 3.13 KB |
Antal Installationer | 28 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2018-09-27 |
Udgivelsesdato | 2018-09-26 |
Udvikler | Dima PM |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Old UI", "version": "0.0.1", "description": "Quick attempt to restore Gmail to usable state on desktop.", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/u\/0\/" ], "css": [ "content.css" ] } ] } |