Imgur Viewer
A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Wat is Imgur Viewer?
Imgur Viewer is een Chrome-extensie ontwikkeld door imgurviewerdev, en de belangrijkste functie is "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".
Extensie Screenshots
Download het CRX-bestand van de extensie Imgur Viewer
Download Imgur Viewer-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
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
Basisinformatie over de Extensie
Naam | |
ID | fonhhggcblkogdhakpmdihmmhgigdbdn |
Officiële URL | https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn |
Beschrijving | A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation |
Bestandsgrootte | 2.72 MB |
Aantal Installaties | 933 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-03-05 |
Publicatiedatum | 2018-03-05 |
Beoordeling | 3.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | imgurviewerdev |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |