DIFFERENT LOOKING Top Results
Makes the top results in Google's Inbox stand out.
Qu'est-ce que DIFFERENT LOOKING Top Results ?
DIFFERENT LOOKING Top Results est une extension Chrome développée par ATG, et sa fonction principale est "Makes the top results in Google's Inbox stand out.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension DIFFERENT LOOKING Top Results
Téléchargez les fichiers d'extension DIFFERENT LOOKING Top Results au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | nffelifalaiennfnnacfokokhfdjajfn |
URL Officiel | https://chrome.google.com/webstore/detail/different-looking-top-res/nffelifalaiennfnnacfokokhfdjajfn |
Description | Makes the top results in Google's Inbox stand out. |
Taille du Fichier | 82.76 KB |
Nombre d'Installations | 10 |
Version Actuelle | 5.2.27 |
Dernière Mise à Jour | 2015-08-19 |
Date de Publication | 2015-08-19 |
Développeur | ATG |
Type de Paiement | free |
Site Web de l'Extension | http://algorithmictradinggroup.com |
Langues Prises en Charge | 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 } |