Gmail Classic Button
Add a button to gmail standard view to switch to basic html view.
Gmail Classic Buttonとは何ですか?
Gmail Classic Buttonはsherro92によって開発されたChromeの拡張機能で、その主な機能は「Add a button to gmail standard view to switch to basic html view.」です。
拡張機能のスクリーンショット
Gmail Classic Button拡張機能のCRXファイルをダウンロード
Gmail Classic Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | npgkldbmkgmjcegpcejmbaeoejppbedm |
公式URL | https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm |
説明 | Add a button to gmail standard view to switch to basic html view. |
ファイルサイズ | 96.67 KB |
インストール数 | 339 |
現在のバージョン | 0.10 |
最終更新日 | 2014-10-15 |
公開日 | 2014-10-15 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | sherro92 |
支払い方法 | free |
対応言語 | 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" } } |