Gmail Classic Button
Add a button to gmail standard view to switch to basic html view.
Gmail Classic Button क्या है?
Gmail Classic Button sherro92 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add a button to gmail standard view to switch to basic html view."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gmail Classic Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add a link to gmail in the top right corner which takes you to the classic HTML version of gmail. Use when gmail loads but doesn't respond or otherwise doesn't work reliably in standard view some of the time, but you don't want to make the basic view the default.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | npgkldbmkgmjcegpcejmbaeoejppbedm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/gmail-classic-button/npgkldbmkgmjcegpcejmbaeoejppbedm |
विवरण | Add a button to gmail standard view to switch to basic html view. |
फ़ाइल का आकार | 96.67 KB |
स्थापना संख्या | 339 |
वर्तमान संस्करण | 0.10 |
अंतिम अपडेट | 2014-10-15 |
प्रकाशन तिथि | 2014-10-15 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | sherro92 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Classic Button", "short_name": "gmailclassicbtn", "version": "0.10", "description": "Add a button to gmail standard view to switch to basic html view.", "background": { "scripts": [ "jquery.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "gmailswitcher.js" ] } ], "icons": { "32": "icon32.png" } } |