Gravatar Zoom
Hover gravatar images anywhere on the web to zoom them up.
Hvad er Gravatar Zoom?
Gravatar Zoom er en Chrome-udvidelse udviklet af Johan Sundström, og dens hovedfunktion er "Hover gravatar images anywhere on the web to zoom them up.".
Udvidelsesskærmbilleder
Download Gravatar Zoom-udvidelses-CRX-fil
Download Gravatar Zoom-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | aandleloebomjamhnmlomlcodbmhoenh |
| Officiel URL | https://chrome.google.com/webstore/detail/gravatar-zoom/aandleloebomjamhnmlomlcodbmhoenh |
| Beskrivelse | Hover gravatar images anywhere on the web to zoom them up. |
| Filstørrelse | 45.06 KB |
| Antal Installationer | 76 |
| Nuværende Version | 1.9 |
| Senest Opdateret | 2012-06-08 |
| Udgivelsesdato | 2012-06-08 |
| Bedømmelse | 1.00/5 Samlet 2 Bedømmelser |
| Udvikler | Johan Sundström |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/johan/gravatar-zoom/ |
| Understøttede Sprog | 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
}
]
} | |