DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
Co to jest DIFFERENT LOOKING Top Results?
DIFFERENT LOOKING Top Results to rozszerzenie Chrome opracowane przez ATG, a jego główną funkcją jest „Makes the top results in Google's Inbox stand out.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DIFFERENT LOOKING Top Results
Pobierz pliki rozszerzeń DIFFERENT LOOKING Top Results w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nffelifalaiennfnnacfokokhfdjajfn |
Oficjalny URL | https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn |
Opis | Makes the top results in Google's Inbox stand out. |
Rozmiar pliku | 82.76 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 5.2.27 |
Ostatnia Aktualizacja | 2015-08-19 |
Data Publikacji | 2015-08-19 |
Deweloper | ATG |
Typ Płatności | free |
Strona Rozszerzenia | http://algorithmictradinggroup.com |
Obsługiwane Języki | 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 } |