Gmail Old UI
Quick attempt to restore Gmail to usable state on desktop.
Wat is Gmail Old UI?
Gmail Old UI is een Chrome-extensie ontwikkeld door Dima PM, en de belangrijkste functie is "Quick attempt to restore Gmail to usable state on desktop.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Old UI
Download Gmail Old UI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | ophglpgeanjkbpnljnokjlclhkgcnbdh |
| Officiële URL | https://chromewebstore.google.com/detail/gmail-old-ui/ophglpgeanjkbpnljnokjlclhkgcnbdh |
| Beschrijving | Quick attempt to restore Gmail to usable state on desktop. |
| Bestandsgrootte | 3.13 KB |
| Aantal Installaties | 28 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2018-09-27 |
| Publicatiedatum | 2018-09-26 |
| Ontwikkelaar | Dima PM |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |