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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } ] } |