Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
Что такое Shutterfly Magnifying Glass?
Shutterfly Magnifying Glass - это расширение Chrome, разработанное fox016, и его основная функция - "This extension magnifies thumbnails on Shutterfly share sites.".
Снимки экрана расширения
Скачать файл CRX расширения Shutterfly Magnifying Glass
Скачайте файлы расширений Shutterfly Magnifying Glass в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will magnify images that you hover over with your mouse. It doesn't just make the image larger (and therefore more blurry); it downloads the larger image from Shutterfly and displays it next to your mouse.
Основная информация о расширении
Название | |
ID | aaambmpenepcdbkhikamagapmknndjnd |
Официальный URL | https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd |
Описание | This extension magnifies thumbnails on Shutterfly share sites. |
Размер файла | 86.11 KB |
Количество установок | 419 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2014-08-19 |
Дата публикации | 2014-08-19 |
Рейтинг | 2.58/5 Всего 12 оценок |
Разработчик | fox016 |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shutterfly Magnifying Glass", "description": "This extension magnifies thumbnails on Shutterfly share sites.", "version": "1.0.2", "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.shutterfly.com\/*" ], "css": [], "js": [ "jquery.js", "shutterflyExt.js" ] } ] } |