Gmail UI update
Fixes a couple of things
什麼是Gmail UI update?
Gmail UI update是由michelet.tristan開發的Chrome擴展程式,該擴展的主要功能是“Fixes a couple of things”。
擴展截圖
下載Gmail UI update擴展crx文件
下載Gmail UI update擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
When using the multiple inboxes gmail lab plugin, the action bar is not always reachable. This plugin fixes it by making it move to the top or the bottom depending on what's the most convenient. See more: https://github.com/tmichelet/gmail-helper
擴展基本資訊
名稱 | Gmail UI update |
ID | iclfhanefileilkpahemhgaieoiojefp |
官方網址 | https://chromewebstore.google.com/detail/gmail-ui-update/iclfhanefileilkpahemhgaieoiojefp |
簡介 | Fixes a couple of things |
檔案大小 | 4.26 KB |
安裝次數 | 32 |
目前版本 | 1.0.2 |
更新時間 | 2014-10-12 |
上架時間 | 2014-10-12 |
開發者 | michelet.tristan |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail UI update", "description": "Fixes a couple of things", "version": "1.0.2", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |