Full Width GMail preview pane

Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.

Full Width GMail preview paneとは何ですか?

Full Width GMail preview paneはhttps://sina.isによって開発されたChromeの拡張機能で、その主な機能は「Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.」です。

Full Width GMail preview pane拡張機能のCRXファイルをダウンロード

Full Width GMail preview pane拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.                    

拡張機能の基本情報

名前 Full Width GMail preview pane Full Width GMail preview pane
ID gdlbagahbkacnekaiibemdmagllflpbf
公式URL https://chromewebstore.google.com/detail/full-width-gmail-preview/gdlbagahbkacnekaiibemdmagllflpbf
説明 Hides ads in the GMail Preview Pane labs feature and expands the email view to fill that space.
ファイルサイズ 3.1 KB
インストール数 309
現在のバージョン 1.0.0
最終更新日 2014-03-02
公開日 2014-03-01
評価 4.00/5 合計 4 レビュー
開発者 https://sina.is
支払い方法 free
対応言語 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"
}