Shutterfly Magnifying Glass
This extension magnifies thumbnails on Shutterfly share sites.
什么是Shutterfly Magnifying Glass?
Shutterfly Magnifying Glass是由fox016开发的Chrome扩展程序,该扩展的主要功能是“This extension magnifies thumbnails on Shutterfly share sites.”。
扩展截图
下载Shutterfly Magnifying Glass扩展crx文件
下载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" ] } ] } |