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 |
公式URL | 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 |
Eメール | [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\/*" ] } ] } |