Google with Favicons
A Chrome extension which shows favicons in Google search results.
Что такое Google with Favicons?
Google with Favicons - это расширение Chrome, разработанное https://junion.org, и его основная функция - "A Chrome extension which shows favicons in Google search results.".
Снимки экрана расширения
Скачать файл CRX расширения Google with Favicons
Скачайте файлы расширений Google with Favicons в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
"Google with Favicons" is a Chrome extension which shows favicons in Google search results. You can get more user-friendly and cool search experience.
Основная информация о расширении
Название | Google with Favicons |
ID | nabghppbcmjjflfemokkgocleeclijph |
Официальный URL | https://chromewebstore.google.com/detail/google-with-favicons/nabghppbcmjjflfemokkgocleeclijph |
Описание | A Chrome extension which shows favicons in Google search results. |
Размер файла | 45.75 KB |
Количество установок | 1,107 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2014-11-03 |
Дата публикации | 2014-11-03 |
Рейтинг | 3.54/5 Всего 83 оценок |
Разработчик | https://junion.org |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/junion-org/GoogleWithFavicons |
Поддерживаемые языки | 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" } } |