DIFFERENT LOOKING Top Results

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

Was ist DIFFERENT LOOKING Top Results?

DIFFERENT LOOKING Top Results ist eine Chrome-Erweiterung, die von ATG entwickelt wurde, und ihr Hauptmerkmal ist "Makes the top results in Google's Inbox stand out.".

Erweiterungsscreenshots

screenshot

DIFFERENT LOOKING Top Results-Erweiterungs-CRX-Datei herunterladen

Laden Sie DIFFERENT LOOKING Top Results-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name DIFFERENT LOOKING Top Results DIFFERENT LOOKING Top Results
ID nffelifalaiennfnnacfokokhfdjajfn
Offizielle URL https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn
Beschreibung Makes the top results in Google's Inbox stand out.
Dateigröße 82.76 KB
Installationsanzahl 10
Aktuelle Version 5.2.27
Letztes Update 2015-08-19
Veröffentlichungsdatum 2015-08-19
Entwickler ATG
Zahlungsart free
Erweiterungswebsite http://algorithmictradinggroup.com
Unterstützte Sprachen 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
}