Imgur Viewer

A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation

Imgur Viewer là gì?

Imgur Viewer là một tiện ích mở rộng Chrome được phát triển bởi imgurviewerdev, và tính năng chính của nó là "A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Imgur Viewer

Tải xuống các tệp mở rộng Imgur Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Imgur Viewer Imgur Viewer
ID fonhhggcblkogdhakpmdihmmhgigdbdn
URL Chính Thức https://chrome.google.com/webstore/detail/imgur-viewer/fonhhggcblkogdhakpmdihmmhgigdbdn
Mô tả A chrome extension to provide better Imgur album/gallery viewing with images fitted to the window and easy navigation
Kích Thước Tệp 2.72 MB
Số Lần Cài Đặt 933
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2018-03-05
Ngày Phát Hành 2018-03-05
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển imgurviewerdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}