Imgur Viewer
A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Was ist Imgur Viewer?
Imgur Viewer ist eine Chrome-Erweiterung, die von imgurviewerdev entwickelt wurde, und ihr Hauptmerkmal ist "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".
Erweiterungsscreenshots
Imgur Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Imgur Viewer-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
View Imgur albums like you truly want: with all images fitted to window size and easy navigation. This extension creates a button in the header of any Imgur album/gallery page to spawn the viewer. Images can be navigated with two sets of keybindings: gamer(a, d) and vim(h, l). See the github README for more information --> https://github.com/mpeterdev/imgurviewer
Grundlegende Informationen zur Erweiterung
Name | |
ID | fonhhggcblkogdhakpmdihmmhgigdbdn |
Offizielle URL | https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn |
Beschreibung | A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation |
Dateigröße | 2.72 MB |
Installationsanzahl | 933 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2018-03-05 |
Veröffentlichungsdatum | 2018-03-05 |
Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
Entwickler | imgurviewerdev |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Imgur Viewer", "description": "A chrome extension to provide better Imgur album\/gallery viewing with images fitted to the window and easy navigation", "version": "1.0.0", "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/imgur.com\/a\/*", "https:\/\/imgur.com\/gallery\/*" ], "js": [ "viewer.js" ] } ] } |