Gmail Classic Button
Add a button to gmail standard view to switch to basic html view.
What is Gmail Classic Button?
Gmail Classic Button is a Chrome extension developed by sherro92, and its main feature is "Add a button to gmail standard view to switch to basic html view.".
Extension Screenshots
Download Gmail Classic Button Extension CRX File
Download Gmail Classic Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | npgkldbmkgmjcegpcejmbaeoejppbedm |
Official URL | https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm |
Description | Add a button to gmail standard view to switch to basic html view. |
File Size | 96.67 KB |
Installation Count | 339 |
Current Version | 0.10 |
Last Updated | 2014-10-15 |
Publish Date | 2014-10-15 |
Rating | 3.00/5 Total 2 Ratings |
Developer | sherro92 |
Payment Type | free |
Supported Languages | 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" } } |