Google with Favicons
A Chrome extension which shows favicons in Google search results.
Qu'est-ce que Google with Favicons ?
Google with Favicons est une extension Chrome développée par https://junion.org, et sa fonction principale est "A Chrome extension which shows favicons in Google search results.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google with Favicons
Téléchargez les fichiers d'extension Google with Favicons 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
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
Informations de Base sur l'Extension
Nom | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
URL Officiel | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
Description | A Chrome extension which shows favicons in Google search results. |
Taille du Fichier | 45.75 KB |
Nombre d'Installations | 1,107 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2014-11-03 |
Date de Publication | 2014-11-03 |
Évaluation | 3.54/5 Total 83 Évaluations |
Développeur | https://junion.org |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/junion-org/GoogleWithFavicons |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google with Favicons", "version": "1.0.1", "description": "A Chrome extension which shows favicons in Google search results.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "http:\/\/www.google.*\/*", "https:\/\/www.google.*\/*" ], "css": [ "css\/style.css" ], "js": [ "js\/jquery-2.1.1.min.js", "js\/content.js" ] } ], "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "16": "img\/icon-16.png" } } |