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
官方網址 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
}