Flickr - Display lens model

Displays the lens model next to camera info.

What is Flickr - Display lens model?

Flickr - Display lens model is a Chrome extension developed by [email protected], and its main feature is "Displays the lens model next to camera info.".

Extension Screenshots

screenshot

Download Flickr - Display lens model Extension CRX File

Download Flickr - Display lens model 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

                        Retrieves the lens model information from the photo's exif-data if it exists and then displays it below the camera information.                    

Extension Basic Information

Name Flickr - Display lens model Flickr - Display lens model
ID emcopmmmmgbbklnmdbgbffjgfjhljoac
Official URL https://chrome.google.com/webstore/detail/flickr-display-lens-model/emcopmmmmgbbklnmdbgbffjgfjhljoac
Description Displays the lens model next to camera info.
File Size 10.41 KB
Installation Count 22
Current Version 0.1
Last Updated 2013-08-24
Publish Date 2013-08-24
Rating 5.00/5 Total 1 Ratings
Developer [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flickr - Display lens model",
    "description": "Displays the lens model next to camera info.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.flickr.com\/*"
            ],
            "js": [
                "flickr.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "version": "0.1",
    "manifest_version": 2
}