Flickr Exif Learnr

Flickr Exif Learnr

Shows camera settings from Exif when floating the mouse over a photo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "exclude_globs": [],
      "exclude_matches": [],
      "include_globs": [
        "http://www.flickr.com/*",
        "https://www.flickr.com/*"
      ],
      "js": [
        "jquery.js",
        "script.js"
      ],
      "matches": [
        "http://www.flickr.com/*",
        "https://www.flickr.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "Shows camera settings from Exif when floating the mouse over a photo",
  "name": "Flickr Exif Learnr",
  "version": "0.19",
  "icons": {
    "128": "icon2.png"
  },
  "author": "lorrimangpublic",
  "homepage_url": "http://www.flickr.com/services/apps/72157641263263904/"
}