Google with Favicons
A Chrome extension which shows favicons in Google search results.
Co je Google with Favicons?
Google with Favicons je rozšíření Chrome vyvinuté https://junion.org, a jeho hlavní funkcí je „A Chrome extension which shows favicons in Google search results.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Google with Favicons
Stáhněte si soubory rozšíření Google with Favicons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
Základní Informace o Rozšíření
Název | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
Oficiální URL | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
Popis | A Chrome extension which shows favicons in Google search results. |
Velikost souboru | 45.75 KB |
Počet instalací | 1,107 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2014-11-03 |
Datum Vydání | 2014-11-03 |
Hodnocení | 3.54/5 Celkem 83 Hodnocení |
Vývojář | https://junion.org |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/junion-org/GoogleWithFavicons |
Podporované Jazyky | 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" } } |