OG Flickr

Right click on a flickr photo page to get access to it's original size image

O que é OG Flickr?

OG Flickr é uma extensão do Chrome desenvolvida por Angelo, e sua principal característica é "Right click on a flickr photo page to get access to it's original size image".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão OG Flickr

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

                        Right click on a photo page to get a link to the original size image.  

Alternatively, right click on an image in the gallery view to get a link to the full size image from the gallery.                    

Informações Básicas da Extensão

Nome OG Flickr OG Flickr
ID fichomnnmpafldcbpelajknhhmcafcca
URL Oficial https://chromewebstore.google.com/detail/og-flickr/fichomnnmpafldcbpelajknhhmcafcca
Descrição Right click on a flickr photo page to get access to it's original size image
Tamanho do Arquivo 12.99 KB
Contagem de Instalações 1,157
Versão Atual 1.2
Última Atualização 2014-05-27
Data de Publicação 2014-05-26
Classificação 4.43/5 Total de 14 Avaliações
Desenvolvedor Angelo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "OGFlickr.js"
        ],
        "matches": [
            "*.flickr.com\/*"
        ]
    },
    "description": "Right click on a flickr photo page to get access to it's original size image",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "6.0.0.0",
    "name": "OG Flickr",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2"
}