Imgur Viewer
A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Vad är Imgur Viewer?
Imgur Viewer är en Chrome-tillägg utvecklad av imgurviewerdev, och dess huvudfunktion är "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".
Tilläggsskärmbilder
Ladda ner Imgur Viewer-förlängningens CRX-fil
Ladda ner Imgur Viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | fonhhggcblkogdhakpmdihmmhgigdbdn |
Officiell webbadress | https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn |
Beskrivning | A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation |
Filstorlek | 2.72 MB |
Antal Installationer | 933 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-03-05 |
Publiceringsdatum | 2018-03-05 |
Betyg | 3.20/5 Totalt 5 Betyg |
Utvecklare | imgurviewerdev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |