Google with Favicons
A Chrome extension which shows favicons in Google search results.
What is Google with Favicons?
Google with Favicons is a Chrome extension developed by https://junion.org, and its main feature is "A Chrome extension which shows favicons in Google search results.".
Extension Screenshots
Download Google with Favicons Extension CRX File
Download Google with Favicons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
Extension Basic Information
Name | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
Official URL | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
Description | A Chrome extension which shows favicons in Google search results. |
File Size | 45.75 KB |
Installation Count | 1,107 |
Current Version | 1.0.1 |
Last Updated | 2014-11-03 |
Publish Date | 2014-11-03 |
Rating | 3.54/5 Total 83 Ratings |
Developer | https://junion.org |
Payment Type | free |
Extension Website | https://github.com/junion-org/GoogleWithFavicons |
Supported Languages | 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" } } |