DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
Cos'è DIFFERENT LOOKING Top Results?
DIFFERENT LOOKING Top Results è un'estensione di Chrome sviluppata da ATG, e la sua funzione principale è "Makes the top results in Google's Inbox stand out.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DIFFERENT LOOKING Top Results
Scarica i file di estensione DIFFERENT LOOKING Top Results in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | nffelifalaiennfnnacfokokhfdjajfn |
URL Ufficiale | https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn |
Descrizione | Makes the top results in Google's Inbox stand out. |
Dimensione del File | 82.76 KB |
Conteggio Installazioni | 10 |
Versione Corrente | 5.2.27 |
Ultimo Aggiornamento | 2015-08-19 |
Data di Pubblicazione | 2015-08-19 |
Sviluppatore | ATG |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://algorithmictradinggroup.com |
Lingue Supportate | 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 } |