Gmail Old UI
Quick attempt to restore Gmail to usable state on desktop.
Vad är Gmail Old UI?
Gmail Old UI är en Chrome-tillägg utvecklad av Dima PM, och dess huvudfunktion är "Quick attempt to restore Gmail to usable state on desktop.".
Tilläggsskärmbilder
Ladda ner Gmail Old UI-förlängningens CRX-fil
Ladda ner Gmail Old UI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | ophglpgeanjkbpnljnokjlclhkgcnbdh |
| Officiell webbadress | https://chromewebstore.google.com/detail/gmail-old-ui/ophglpgeanjkbpnljnokjlclhkgcnbdh |
| Beskrivning | Quick attempt to restore Gmail to usable state on desktop. |
| Filstorlek | 3.13 KB |
| Antal Installationer | 28 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2018-09-27 |
| Publiceringsdatum | 2018-09-26 |
| Utvecklare | Dima PM |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |