Rich Image Previewer

Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.

Rich Image Previewer là gì?

Rich Image Previewer là một tiện ích mở rộng Chrome được phát triển bởi Yoshifumi Shiiba, và tính năng chính của nó là "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".

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

screenshot

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

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

                        This extension adds the Rich UI for the open image in tab mode on Google Chrome.
It does not eat RAM on no using because runs only open an image on tab.

The MIT License
https://github.com/YoshifumiShiiba/RichImagePreviewer                    

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

Tên Rich Image Previewer Rich Image Previewer
ID bnonggkheicloopdmbkkomefmokffafi
URL Chính Thức https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi
Mô tả Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Kích Thước Tệp 317 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-04-13
Ngày Phát Hành 2013-04-13
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Yoshifumi Shiiba
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.",
    "name": "Rich Image Previewer",
    "minimum_chrome_version": "20.0.0.0",
    "icons": {
        "48": "imageinfo-48.png",
        "128": "imageinfo-128.png",
        "16": "imageinfo-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*.jpg",
                "https:\/\/*\/*.jpg",
                "http:\/\/*\/*.jpeg",
                "https:\/\/*\/*.jpeg",
                "http:\/\/*\/*.gif",
                "https:\/\/*\/*.gif",
                "http:\/\/*\/*.png",
                "https:\/\/*\/*.png"
            ],
            "js": [
                "jquery-1.9.1.js",
                "jquery-ui-1.10.2.custom.min.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.0.2"
}