DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
What is DIFFERENT LOOKING Top Results?
DIFFERENT LOOKING Top Results is a Chrome extension developed by ATG, and its main feature is "Makes the top results in Google's Inbox stand out.".
Extension Screenshots
Download DIFFERENT LOOKING Top Results Extension CRX File
Download DIFFERENT LOOKING Top Results extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nffelifalaiennfnnacfokokhfdjajfn |
Official URL | https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn |
Description | Makes the top results in Google's Inbox stand out. |
File Size | 82.76 KB |
Installation Count | 10 |
Current Version | 5.2.27 |
Last Updated | 2015-08-19 |
Publish Date | 2015-08-19 |
Developer | ATG |
Payment Type | free |
Extension Website | http://algorithmictradinggroup.com |
Supported Languages | 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 } |