Rich Image Previewer

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

Co je Rich Image Previewer?

Rich Image Previewer je rozšíření Chrome vyvinuté Yoshifumi Shiiba, a jeho hlavní funkcí je „Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Rich Image Previewer

Stáhněte si soubory rozšíření Rich Image Previewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Rich Image Previewer Rich Image Previewer
ID bnonggkheicloopdmbkkomefmokffafi
Oficiální URL https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi
Popis Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Velikost souboru 317 KB
Počet instalací 70
Aktuální Verze 1.0.2
Poslední Aktualizace 2013-04-13
Datum Vydání 2013-04-13
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Yoshifumi Shiiba
Typ Platby free
Podporované Jazyky 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"
}