Imgur Viewer
A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Что такое Imgur Viewer?
Imgur Viewer - это расширение Chrome, разработанное imgurviewerdev, и его основная функция - "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".
Снимки экрана расширения
Скачать файл CRX расширения Imgur Viewer
Скачайте файлы расширений Imgur Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | fonhhggcblkogdhakpmdihmmhgigdbdn |
Официальный URL | https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn |
Описание | A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation |
Размер файла | 2.72 MB |
Количество установок | 933 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2018-03-05 |
Дата публикации | 2018-03-05 |
Рейтинг | 3.20/5 Всего 5 оценок |
Разработчик | imgurviewerdev |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |