DIFFERENT LOOKING Top Results

Makes the top results in Google's Inbox stand out.

什么是DIFFERENT LOOKING Top Results?

DIFFERENT LOOKING Top Results是由ATG开发的Chrome扩展程序,该扩展的主要功能是“Makes the top results in Google's Inbox stand out.”。

扩展截图

screenshot

下载DIFFERENT LOOKING Top Results扩展crx文件

下载DIFFERENT LOOKING Top Results扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 DIFFERENT LOOKING Top Results DIFFERENT LOOKING Top Results
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
}