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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension to apply Gmail Classic/Old theme to new Gmail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Classic/Old Theme by Agile Inbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } ] } |