Imgur Viewer
A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Co to jest Imgur Viewer?
Imgur Viewer to rozszerzenie Chrome opracowane przez imgurviewerdev, a jego główną funkcją jest „A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Imgur Viewer
Pobierz pliki rozszerzeń Imgur Viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | fonhhggcblkogdhakpmdihmmhgigdbdn |
Oficjalny URL | https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn |
Opis | A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation |
Rozmiar pliku | 2.72 MB |
Liczba instalacji | 933 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2018-03-05 |
Data Publikacji | 2018-03-05 |
Ocena | 3.20/5 Łącznie 5 Oceny |
Deweloper | imgurviewerdev |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |