Rich Image Previewer

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

Was ist Rich Image Previewer?

Rich Image Previewer ist eine Chrome-Erweiterung, die von Yoshifumi Shiiba entwickelt wurde, und ihr Hauptmerkmal ist "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".

Erweiterungsscreenshots

screenshot

Rich Image Previewer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rich Image Previewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Rich Image Previewer Rich Image Previewer
ID bnonggkheicloopdmbkkomefmokffafi
Offizielle URL https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi
Beschreibung Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Dateigröße 317 KB
Installationsanzahl 70
Aktuelle Version 1.0.2
Letztes Update 2013-04-13
Veröffentlichungsdatum 2013-04-13
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Yoshifumi Shiiba
Zahlungsart free
Unterstützte Sprachen 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"
}