DIFFERENT LOOKING Top Results

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

Wat is DIFFERENT LOOKING Top Results?

DIFFERENT LOOKING Top Results is een Chrome-extensie ontwikkeld door ATG, en de belangrijkste functie is "Makes the top results in Google's Inbox stand out.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DIFFERENT LOOKING Top Results

Download DIFFERENT LOOKING Top Results-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam DIFFERENT LOOKING Top Results DIFFERENT LOOKING Top Results
ID nffelifalaiennfnnacfokokhfdjajfn
Officiële URL https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn
Beschrijving Makes the top results in Google's Inbox stand out.
Bestandsgrootte 82.76 KB
Aantal Installaties 10
Huidige Versie 5.2.27
Laatst Bijgewerkt 2015-08-19
Publicatiedatum 2015-08-19
Ontwikkelaar ATG
Betalingswijze free
Extensiewebsite http://algorithmictradinggroup.com
Ondersteunde Talen 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
}