Google with Favicons
A Chrome extension which shows favicons in Google search results.
Vad är Google with Favicons?
Google with Favicons är en Chrome-tillägg utvecklad av https://junion.org, och dess huvudfunktion är "A Chrome extension which shows favicons in Google search results.".
Tilläggsskärmbilder
Ladda ner Google with Favicons-förlängningens CRX-fil
Ladda ner Google with Favicons-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
Grundläggande Information om Tillägg
Namn | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
Officiell webbadress | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
Beskrivning | A Chrome extension which shows favicons in Google search results. |
Filstorlek | 45.75 KB |
Antal Installationer | 1,107 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2014-11-03 |
Publiceringsdatum | 2014-11-03 |
Betyg | 3.54/5 Totalt 83 Betyg |
Utvecklare | https://junion.org |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/junion-org/GoogleWithFavicons |
Stödda Språk | 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" } } |