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 |
官方網址 | 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" } } |