Gmail Classic/Old Theme by Agile Inbox
Simple extension to apply Gmail Classic/Old theme to new Gmail.
什麼是Gmail Classic/Old Theme by Agile Inbox?
Gmail Classic/Old Theme by Agile Inbox是由https://agileinbox.co開發的Chrome擴展程式,該擴展的主要功能是“Simple extension to apply Gmail Classic/Old theme to new Gmail.”。
擴展截圖
下載Gmail Classic/Old Theme by Agile Inbox擴展crx文件
下載Gmail Classic/Old Theme by Agile Inbox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can no longer switch to Gmail Classic, however we have a solution! This is a CSS based theme for new Gmail. By installing this, you will be able to switch back to gmail classic. We were able to match 90%+ of the user interface. Gmail Classic Theme/Extension changes the following: - Action buttons - Contrast (white versus gray) - Brings back Gmail Classic folder structure - Replaces Compose button with classic button - Adjusts line spacing for better readability - Changes font to Arial (instead of Roboto) - Adjusts overall layout - much more! *IMPORTANT: No changes will be made to your gmail. This is simple chrome extension which works as a theme. This is a new project that we've taken on. Please be patient with us. If you find any issues, email us and we'll get those corrected. -- Change Log 11/02/2018 Fixed search bar width -- Change Log 10/28/2018 Updated Boomerang PAUSE button UI Corrected button border for TEXT type buttons Corrected SPAM folder buttons -- Change Log 10/25/2018 Corrected buttons (no more gap) Corrected Boomerang button -- Change Log 10/11/2018 Reduced size of top header Removed shadow from border between messages Corrected label font size -- Change Log 10/10/2018 Disabled uncolored folder color (was black before)
擴展基本資訊
名稱 | |
ID | jgpboccamkeejnjijedbgcapfnheppfl |
官方網址 | https://chrome.google.com/webstore/detail/gmail-classicold-theme-by/jgpboccamkeejnjijedbgcapfnheppfl |
簡介 | Simple extension to apply Gmail Classic/Old theme to new Gmail. |
檔案大小 | 20.88 KB |
安裝次數 | 774 |
目前版本 | 0.1.3.11 |
更新時間 | 2018-11-07 |
上架時間 | 2018-11-07 |
評分 | 4.66/5 共 77 次評分 |
開發者 | https://agileinbox.co |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://agileinbox.co |
說明頁面URL | https://agileinbox.co/contact-us/ |
隱私政策頁面URL | https://agileinbox.co/terms-and-conditions |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Classic\/Old Theme by Agile Inbox", "version": "0.1.3.11", "description": "Simple extension to apply Gmail Classic\/Old theme to new Gmail.", "icons": { "16": "\/images\/16x16.png", "48": "\/images\/48x48.png", "128": "\/images\/128x128.png" }, "browser_action": { "default_icon": { "19": "\/images\/16x16.png", "38": "\/images\/48x48.png" } }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ] } |