Gravatar Zoom
Hover gravatar images anywhere on the web to zoom them up.
What is Gravatar Zoom?
Gravatar Zoom is a Chrome extension developed by Johan Sundström, and its main feature is "Hover gravatar images anywhere on the web to zoom them up.".
Extension Screenshots
Download Gravatar Zoom Extension CRX File
Download Gravatar Zoom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | aandleloebomjamhnmlomlcodbmhoenh |
Official URL | https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh |
Description | Hover gravatar images anywhere on the web to zoom them up. |
File Size | 45.06 KB |
Installation Count | 76 |
Current Version | 1.9 |
Last Updated | 2012-06-08 |
Publish Date | 2012-06-08 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Johan Sundström |
Payment Type | free |
Extension Website | https://github.com/johan/gravatar-zoom/ |
Supported Languages | 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 } ] } |