Gmail Old UI
Quick attempt to restore Gmail to usable state on desktop.
Was ist Gmail Old UI?
Gmail Old UI ist eine Chrome-Erweiterung, die von Dima PM entwickelt wurde, und ihr Hauptmerkmal ist "Quick attempt to restore Gmail to usable state on desktop.".
Erweiterungsscreenshots
Gmail Old UI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Gmail Old UI-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
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ophglpgeanjkbpnljnokjlclhkgcnbdh |
| Offizielle URL | https://chromewebstore.google.com/detail/gmail-old-ui/ophglpgeanjkbpnljnokjlclhkgcnbdh |
| Beschreibung | Quick attempt to restore Gmail to usable state on desktop. |
| Dateigröße | 3.13 KB |
| Installationsanzahl | 28 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2018-09-27 |
| Veröffentlichungsdatum | 2018-09-26 |
| Entwickler | Dima PM |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |