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" } } |