Rich Image Previewer

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

O que é Rich Image Previewer?

Rich Image Previewer é uma extensão do Chrome desenvolvida por Yoshifumi Shiiba, e sua principal característica é "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Rich Image Previewer

Baixe arquivos de extensão Rich Image Previewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Rich Image Previewer Rich Image Previewer
ID bnonggkheicloopdmbkkomefmokffafi
URL Oficial https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi
Descrição Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Tamanho do Arquivo 317 KB
Contagem de Instalações 70
Versão Atual 1.0.2
Última Atualização 2013-04-13
Data de Publicação 2013-04-13
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor Yoshifumi Shiiba
Tipo de Pagamento free
Idiomas Suportados 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"
}