Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
O que é Shutterfly Magnifying Glass?
Shutterfly Magnifying Glass é uma extensão do Chrome desenvolvida por fox016, e sua principal característica é "This extension magnifies thumbnails on Shutterfly share sites.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shutterfly Magnifying Glass
Baixe arquivos de extensão Shutterfly Magnifying Glass no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | aaambmpenepcdbkhikamagapmknndjnd |
URL Oficial | https://chromewebstore.google.com/detail/shutterfly-magnifying-gla/aaambmpenepcdbkhikamagapmknndjnd |
Descrição | This extension magnifies thumbnails on Shutterfly share sites. |
Tamanho do Arquivo | 86.11 KB |
Contagem de Instalações | 419 |
Versão Atual | 1.0.2 |
Última Atualização | 2014-08-19 |
Data de Publicação | 2014-08-19 |
Classificação | 2.58/5 Total de 12 Avaliações |
Desenvolvedor | fox016 |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |