Hoverable
Hoverable - automatically enlarge photo links.
Was ist Hoverable?
Hoverable ist eine Chrome-Erweiterung, die von Will Charczuk entwickelt wurde, und ihr Hauptmerkmal ist "Hoverable - automatically enlarge photo links.".
Erweiterungsscreenshots
Hoverable-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hoverable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Hoverable is a lightweight plugin to make browsing images easier. Hover over a link (instead of clicking on it) to view the image. Supports links to a number of sites, including: - imgur.com - gfycat.com - instagram.com - flickr.com - wikipedia.org
Grundlegende Informationen zur Erweiterung
Name | Hoverable |
ID | oiegbjhacgfjnojenkfcjfihebknpnef |
Offizielle URL | https://chromewebstore.google.com/detail/hoverable/oiegbjhacgfjnojenkfcjfihebknpnef |
Beschreibung | Hoverable - automatically enlarge photo links. |
Dateigröße | 36.93 KB |
Installationsanzahl | 448 |
Aktuelle Version | 0.9 |
Letztes Update | 2014-10-16 |
Veröffentlichungsdatum | 2014-10-15 |
Bewertung | 3.70/5 Insgesamt 10 Bewertungen |
Entwickler | Will Charczuk |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hoverable", "short_name": "Hoverable", "version": "0.9", "manifest_version": 2, "description": "Hoverable - automatically enlarge photo links.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "hoverable.css" ], "js": [ "zepto.min.js", "extension.js" ] } ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/*.flickr.com\/photos\/*", "http:\/\/img.photobucket.com\/*", "http:\/\/imgclean.com\/*", "http:\/\/backend.deviantart.com\/oembed?url=*", "https:\/\/mediacru.sh\/*", "http:\/\/noembed.com\/embed?url=*", "http:\/\/instagram.com\/*", "http:\/\/*.instagram.com\/*", "http:\/\/tumblr.com\/*", "http:\/\/*.tumblr.com\/*", "http:\/\/t.co\/*", "http:\/\/goo.gl\/*", "http:\/\/bit.ly\/*", "http:\/\/tiny.cc\/*", "http:\/\/*.wikipedia.org\/*", "http:\/\/*.gfycat.com\/*" ] } |