DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
DIFFERENT LOOKING Top Results क्या है?
DIFFERENT LOOKING Top Results ATG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makes the top results in Google's Inbox stand out."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DIFFERENT LOOKING Top Results एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
So you know that what you're looking at is, in fact, a top result. We have no idea why Google didn't think to do this themselves, it seems pretty obvious to highlight the top results. I guess they couldn't be bothered. So we did it for them. No need to thank us, Google. Now with a special treat!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nffelifalaiennfnnacfokokhfdjajfn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn |
विवरण | Makes the top results in Google's Inbox stand out. |
फ़ाइल का आकार | 82.76 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 5.2.27 |
अंतिम अपडेट | 2015-08-19 |
प्रकाशन तिथि | 2015-08-19 |
डेवलपर | ATG |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://algorithmictradinggroup.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DIFFERENT LOOKING Top Results", "description": "Makes the top results in Google's Inbox stand out.", "version": "5.2.27", "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/inbox.google.com\/*" ], "css": [ "different-search.css" ], "js": [ "different-top.js", "jquery.js" ], "run_at": "document_end", "all_frames": true } ], "manifest_version": 2 } |