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?

Rich Image Previewer是由Yoshifumi Shiiba開發的Chrome擴展程式,該擴展的主要功能是“Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.”。

擴展截圖

screenshot

下載Rich Image Previewer擴展crx文件

下載Rich Image Previewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Rich Image Previewer Rich Image Previewer
ID bnonggkheicloopdmbkkomefmokffafi
官方網址 https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi
簡介 Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
檔案大小 317 KB
安裝次數 70
目前版本 1.0.2
更新時間 2013-04-13
上架時間 2013-04-13
評分 3.00/5 共 2 次評分
開發者 Yoshifumi Shiiba
付費類型 free
支援的語言 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"
}