Gmail Classic Button

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

Wat is Gmail Classic Button?

Gmail Classic Button is een Chrome-extensie ontwikkeld door sherro92, en de belangrijkste functie is "Add a button to gmail standard view to switch to basic html view.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gmail Classic Button

Download Gmail Classic Button-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

                        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.                    

Basisinformatie over de Extensie

Naam Gmail Classic Button Gmail Classic Button
ID npgkldbmkgmjcegpcejmbaeoejppbedm
Officiële URL https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm
Beschrijving Add a button to gmail standard view to switch to basic html view.
Bestandsgrootte 96.67 KB
Aantal Installaties 339
Huidige Versie 0.10
Laatst Bijgewerkt 2014-10-15
Publicatiedatum 2014-10-15
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar sherro92
Betalingswijze free
Ondersteunde Talen 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"
    }
}