Gravatar Zoom
Hover gravatar images anywhere on the web to zoom them up.
Что такое Gravatar Zoom?
Gravatar Zoom - это расширение Chrome, разработанное Johan Sundström, и его основная функция - "Hover gravatar images anywhere on the web to zoom them up.".
Снимки экрана расширения
Скачать файл CRX расширения Gravatar Zoom
Скачайте файлы расширений Gravatar Zoom в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | |
ID | aandleloebomjamhnmlomlcodbmhoenh |
Официальный URL | https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh |
Описание | Hover gravatar images anywhere on the web to zoom them up. |
Размер файла | 45.06 KB |
Количество установок | 76 |
Текущая Версия | 1.9 |
Последнее Обновление | 2012-06-08 |
Дата публикации | 2012-06-08 |
Рейтинг | 1.00/5 Всего 2 оценок |
Разработчик | Johan Sundström |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/johan/gravatar-zoom/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.9", "manifest_version": 2, "name": "Gravatar Zoom", "homepage_url": "https:\/\/github.com\/johan\/gravatar-zoom\/", "description": "Hover gravatar images anywhere on the web to zoom them up.", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "js": [ "jquery-1.7.2.min.js", "gravatar-zoom.user.js" ], "all_frames": true } ] } |