Better Gmail Buttons
Improve the usability of the Gmail buttons. Avoid marking valid email as spam by mistake, since Gmail fails to distinguish those two
Better Gmail Buttons क्या है?
Better Gmail Buttons http://michaelkjeldsen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improve the usability of the Gmail buttons. Avoid marking valid email as spam by mistake, since Gmail fails to distinguish those two"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Gmail Buttons एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Gmails buttons are all visually identical, which makes it too easy to hit the wrong one. Frustrated by the number of times I hit the SPAM-button rather than the DELETE-button as intended, I made this light weight Chrome extension to make the buttons easier to distinguish.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oimjnhhjpclnbkbabnbjehaomegeabbo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/better-gmail-buttons/oimjnhhjpclnbkbabnbjehaomegeabbo |
विवरण | Improve the usability of the Gmail buttons. Avoid marking valid email as spam by mistake, since Gmail fails to distinguish those two |
फ़ाइल का आकार | 215 KB |
स्थापना संख्या | 474 |
वर्तमान संस्करण | 0.3.2 |
अंतिम अपडेट | 2015-11-28 |
प्रकाशन तिथि | 2015-11-28 |
रेटिंग | 3.80/5 कुल 10 रेटिंग्स |
डेवलपर | http://michaelkjeldsen.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://michaelkjeldsen.com/web/better-gmail-buttons-userstyles/ |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Gmail Buttons", "short_name": "betterbutton", "version": "0.3.2", "manifest_version": 2, "description": "Improve the usability of the Gmail buttons. Avoid marking valid email as spam by mistake, since Gmail fails to distinguish those two", "browser_action": { "default_icon": "better-gmail-buttons128-xmas.png", "default_popup": "popup.htm", "default_title": "Better Gmail Buttons" }, "homepage_url": "http:\/\/michaelkjeldsen.com\/bettergmailbuttons\/", "content_scripts": [ { "matches": [ "*:\/\/mail.google.com\/*" ], "js": [ "jquery-1.7.2.min.js", "core.js" ], "css": [ "core.css" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "32": "better-gmail-buttons32-xmas.png", "48": "better-gmail-buttons48-xmas.png", "64": "better-gmail-buttons64-xmas.png", "128": "better-gmail-buttons128-xmas.png", "256": "better-gmail-buttons256-xmas.png" } } |