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 |
官方網址 | 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" ] } ] } |