Hoverable

Hoverable - automatically enlarge photo links.

O que é Hoverable?

Hoverable é uma extensão do Chrome desenvolvida por Will Charczuk, e sua principal característica é "Hoverable - automatically enlarge photo links.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hoverable

Baixe arquivos de extensão Hoverable 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

                        Hoverable is a lightweight plugin to make browsing images easier. Hover over a link (instead of clicking on it) to view the image. 

Supports links to a number of sites, including:
- imgur.com
- gfycat.com
- instagram.com
- flickr.com
- wikipedia.org                    

Informações Básicas da Extensão

Nome Hoverable Hoverable
ID oiegbjhacgfjnojenkfcjfihebknpnef
URL Oficial https://chromewebstore.google.com/detail/hoverable/oiegbjhacgfjnojenkfcjfihebknpnef
Descrição Hoverable - automatically enlarge photo links.
Tamanho do Arquivo 36.93 KB
Contagem de Instalações 448
Versão Atual 0.9
Última Atualização 2014-10-16
Data de Publicação 2014-10-15
Classificação 3.70/5 Total de 10 Avaliações
Desenvolvedor Will Charczuk
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hoverable",
    "short_name": "Hoverable",
    "version": "0.9",
    "manifest_version": 2,
    "description": "Hoverable - automatically enlarge photo links.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "hoverable.css"
            ],
            "js": [
                "zepto.min.js",
                "extension.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*.flickr.com\/photos\/*",
        "http:\/\/img.photobucket.com\/*",
        "http:\/\/imgclean.com\/*",
        "http:\/\/backend.deviantart.com\/oembed?url=*",
        "https:\/\/mediacru.sh\/*",
        "http:\/\/noembed.com\/embed?url=*",
        "http:\/\/instagram.com\/*",
        "http:\/\/*.instagram.com\/*",
        "http:\/\/tumblr.com\/*",
        "http:\/\/*.tumblr.com\/*",
        "http:\/\/t.co\/*",
        "http:\/\/goo.gl\/*",
        "http:\/\/bit.ly\/*",
        "http:\/\/tiny.cc\/*",
        "http:\/\/*.wikipedia.org\/*",
        "http:\/\/*.gfycat.com\/*"
    ]
}