Gmail Classic Button

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

Hvad er Gmail Classic Button?

Gmail Classic Button er en Chrome-udvidelse udviklet af sherro92, og dens hovedfunktion er "Add a button to gmail standard view to switch to basic html view.".

Udvidelsesskærmbilleder

screenshot

Download Gmail Classic Button-udvidelses-CRX-fil

Download Gmail Classic Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Gmail Classic Button Gmail Classic Button
ID npgkldbmkgmjcegpcejmbaeoejppbedm
Officiel URL https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm
Beskrivelse Add a button to gmail standard view to switch to basic html view.
Filstørrelse 96.67 KB
Antal Installationer 339
Nuværende Version 0.10
Senest Opdateret 2014-10-15
Udgivelsesdato 2014-10-15
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler sherro92
Betalingsmetode free
Understøttede Sprog 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"
    }
}