Full Width GMail preview pane
Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.
What is Full Width GMail preview pane?
Full Width GMail preview pane is a Chrome extension developed by https://sina.is, and its main feature is "Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.".
Download Full Width GMail preview pane Extension CRX File
Download Full Width GMail preview pane 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
This extension hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.
Extension Basic Information
Name | Full Width GMail preview pane |
ID | gdlbagahbkacnekaiibemdmagllflpbf |
Official URL | https://chromewebstore.google.com/detail/full-width-gmail-preview/gdlbagahbkacnekaiibemdmagllflpbf |
Description | Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space. |
File Size | 3.1 KB |
Installation Count | 309 |
Current Version | 1.0.0 |
Last Updated | 2014-03-02 |
Publish Date | 2014-03-01 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://sina.is |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "previewpane.css" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "description": "Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.", "manifest_version": 2, "name": "Full Width GMail preview pane", "version": "1.0.0" } |