OG Flickr

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

What is OG Flickr?

OG Flickr is a Chrome extension developed by Angelo, and its main feature is "Right click on a flickr photo page to get access to it's original size image".

Extension Screenshots

screenshot
screenshot

Download OG Flickr Extension CRX File

Download OG Flickr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OG Flickr OG Flickr
ID fichomnnmpafldcbpelajknhhmcafcca
Official URL https://chromewebstore.google.com/detail/og-flickr/fichomnnmpafldcbpelajknhhmcafcca
Description Right click on a flickr photo page to get access to it's original size image
File Size 12.99 KB
Installation Count 1,157
Current Version 1.2
Last Updated 2014-05-27
Publish Date 2014-05-26
Rating 4.43/5 Total 14 Ratings
Developer Angelo
Payment Type free
Supported Languages 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"
}