Imgur Viewer
A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
¿Qué es Imgur Viewer?
Imgur Viewer es una extensión de Chrome desarrollada por imgurviewerdev, y su función principal es "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Imgur Viewer
Descarga archivos de extensión Imgur Viewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | fonhhggcblkogdhakpmdihmmhgigdbdn |
URL Oficial | https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn |
Descripción | A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation |
Tamaño del Archivo | 2.72 MB |
Cantidad de Instalaciones | 933 |
Versión Actual | 1.0.0 |
Última Actualización | 2018-03-05 |
Fecha de Publicación | 2018-03-05 |
Calificación | 3.20/5 Total de 5 Calificaciones |
Desarrollador | imgurviewerdev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |