Gravatar Zoom
Hover gravatar images anywhere on the web to zoom them up.
Wat is Gravatar Zoom?
Gravatar Zoom is een Chrome-extensie ontwikkeld door Johan Sundström, en de belangrijkste functie is "Hover gravatar images anywhere on the web to zoom them up.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gravatar Zoom
Download Gravatar Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | aandleloebomjamhnmlomlcodbmhoenh |
Officiële URL | https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh |
Beschrijving | Hover gravatar images anywhere on the web to zoom them up. |
Bestandsgrootte | 45.06 KB |
Aantal Installaties | 76 |
Huidige Versie | 1.9 |
Laatst Bijgewerkt | 2012-06-08 |
Publicatiedatum | 2012-06-08 |
Beoordeling | 1.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Johan Sundström |
Betalingswijze | free |
Extensiewebsite | https://github.com/johan/gravatar-zoom/ |
Ondersteunde Talen | 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 } ] } |