Gmail Classic/Old Theme by Agile Inbox

Simple extension to apply Gmail Classic/Old theme to new Gmail.

Cos'è Gmail Classic/Old Theme by Agile Inbox?

Gmail Classic/Old Theme by Agile Inbox è un'estensione di Chrome sviluppata da https://agileinbox.co, e la sua funzione principale è "Simple extension to apply Gmail Classic/Old theme to new Gmail.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Gmail Classic/Old Theme by Agile Inbox

Scarica i file di estensione Gmail Classic/Old Theme by Agile Inbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You can no longer switch to Gmail Classic, however we have a solution! This is a CSS based theme for new Gmail. By installing this, you will be able to switch back to gmail classic. We were able to match 90%+ of the user interface.

Gmail Classic Theme/Extension changes the following:

- Action buttons
- Contrast (white versus gray)
- Brings back Gmail Classic folder structure
- Replaces Compose button with classic button
- Adjusts line spacing for better readability
- Changes font to Arial (instead of Roboto)
- Adjusts overall layout
- much more!

*IMPORTANT: No changes will be made to your gmail. This is simple chrome extension which works as a theme.

This is a new project that we've taken on. Please be patient with us. If you find any issues, email us and we'll get those corrected.

-- Change Log 11/02/2018
Fixed search bar width

-- Change Log 10/28/2018
Updated Boomerang PAUSE button UI
Corrected button border for TEXT type buttons
Corrected SPAM folder buttons

-- Change Log 10/25/2018
Corrected buttons (no more gap)
Corrected Boomerang button

-- Change Log 10/11/2018
Reduced size of top header
Removed shadow from border between messages
Corrected label font size

-- Change Log 10/10/2018
Disabled uncolored folder color (was black before)                    

Informazioni di Base sull'Estensione

Nome Gmail Classic/Old Theme by Agile Inbox Gmail Classic/Old Theme by Agile Inbox
ID jgpboccamkeejnjijedbgcapfnheppfl
URL Ufficiale https://chrome.google.com/webstore/detail/gmail-classicold-theme-by/jgpboccamkeejnjijedbgcapfnheppfl
Descrizione Simple extension to apply Gmail Classic/Old theme to new Gmail.
Dimensione del File 20.88 KB
Conteggio Installazioni 774
Versione Corrente 0.1.3.11
Ultimo Aggiornamento 2018-11-07
Data di Pubblicazione 2018-11-07
Valutazione 4.66/5 Totale 77 Valutazioni
Sviluppatore https://agileinbox.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://agileinbox.co
URL della Pagina di Aiuto https://agileinbox.co/contact-us/
URL della Pagina della Politica sulla Privacy https://agileinbox.co/terms-and-conditions
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Classic\/Old Theme by Agile Inbox",
    "version": "0.1.3.11",
    "description": "Simple extension to apply Gmail Classic\/Old theme to new Gmail.",
    "icons": {
        "16": "\/images\/16x16.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "\/images\/16x16.png",
            "38": "\/images\/48x48.png"
        }
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}