Full Window Image Viewer

View images on the current page as a slideshow.

Full Window Image Viewer là gì?

Full Window Image Viewer là một tiện ích mở rộng Chrome được phát triển bởi http://toptip.ca, và tính năng chính của nó là "View images on the current page as a slideshow.".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Full Window Image 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

                        You can easily view images of a page with Full Window Image Viewer extension. After the installation, you can click on the extension's icon to turn on the Image Viewer, or you can right-click on an image and select the Full Window Image Viewer menu to view the image.

Full Window Image Viewer extension can also play a slideshow for all the images on the current web page.                    

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

Tên Full Window Image Viewer Full Window Image Viewer
ID poakplgknboogmjglihkhdgpljkmajel
URL Chính Thức https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel
Mô tả View images on the current page as a slideshow.
Kích Thước Tệp 37.48 KB
Số Lần Cài Đặt 4,173
Phiên Bản Hiện Tại 3.2
Cập Nhật Lần Cuối 2013-09-02
Ngày Phát Hành 2013-09-02
Đánh Giá 3.05/5 Tổng số 44 Đánh Giá
Nhà Phát Triển http://toptip.ca
Loại Thanh Toán free
Trang Web Mở Rộng http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full Window Image Viewer",
    "version": "3.2",
    "manifest_version": 2,
    "description": "View images on the current page as a slideshow.",
    "browser_action": {
        "default_icon": {
            "19": "logo19.png",
            "38": "logo38.png"
        }
    },
    "background": {
        "scripts": [
            "imageviewerbg.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    }
}