Gravatar Zoom
Hover gravatar images anywhere on the web to zoom them up.
Qu'est-ce que Gravatar Zoom ?
Gravatar Zoom est une extension Chrome développée par Johan Sundström, et sa fonction principale est "Hover gravatar images anywhere on the web to zoom them up.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gravatar Zoom
Téléchargez les fichiers d'extension Gravatar Zoom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | aandleloebomjamhnmlomlcodbmhoenh |
URL Officiel | https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh |
Description | Hover gravatar images anywhere on the web to zoom them up. |
Taille du Fichier | 45.06 KB |
Nombre d'Installations | 76 |
Version Actuelle | 1.9 |
Dernière Mise à Jour | 2012-06-08 |
Date de Publication | 2012-06-08 |
Évaluation | 1.00/5 Total 2 Évaluations |
Développeur | Johan Sundström |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/johan/gravatar-zoom/ |
Langues Prises en Charge | 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 } ] } |