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是由imgurviewerdev開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Imgur Viewer擴展crx文件

下載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                    

擴展基本資訊

名稱 Imgur Viewer Imgur Viewer
ID fonhhggcblkogdhakpmdihmmhgigdbdn
官方網址 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"
            ]
        }
    ]
}