Gmail Classic Button

Add a button to gmail standard view to switch to basic html view.

Cos'è Gmail Classic Button?

Gmail Classic Button è un'estensione di Chrome sviluppata da sherro92, e la sua funzione principale è "Add a button to gmail standard view to switch to basic html view.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail Classic Button

Scarica i file di estensione Gmail Classic Button 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

                        Add a link to gmail in the top right corner which takes you to the classic HTML version of gmail. Use when gmail loads but doesn't respond or otherwise doesn't work reliably in standard view some of the time, but you don't want to make the basic view the default.                    

Informazioni di Base sull'Estensione

Nome Gmail Classic Button Gmail Classic Button
ID npgkldbmkgmjcegpcejmbaeoejppbedm
URL Ufficiale https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm
Descrizione Add a button to gmail standard view to switch to basic html view.
Dimensione del File 96.67 KB
Conteggio Installazioni 339
Versione Corrente 0.10
Ultimo Aggiornamento 2014-10-15
Data di Pubblicazione 2014-10-15
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore sherro92
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gmail Classic Button",
    "short_name": "gmailclassicbtn",
    "version": "0.10",
    "description": "Add a button to gmail standard view to switch to basic html view.",
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "gmailswitcher.js"
            ]
        }
    ],
    "icons": {
        "32": "icon32.png"
    }
}