Flickr Exif Learnr
Shows camera settings from Exif when floating the mouse over a photo
What is Flickr Exif Learnr?
Flickr Exif Learnr is a Chrome extension developed by itsastickup, and its main feature is "Shows camera settings from Exif when floating the mouse over a photo".
Extension Screenshots
Download Flickr Exif Learnr Extension CRX File
Download Flickr Exif Learnr 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
Displays exif info overlaid on top of pics in flickr when you float the mouse above a pic. WARNING: there can be a significant delay as the exif data is fetched; sometimes you may need to return to a pic a few seconds later. And on groups and explore, flickr does some strange stuff that can delay the extension's activation. When learning photography you need to see the settings used to take the shot. Instead of laboriously clicking through to a photo's Exif data, with this extension you can just float the mouse above a photo and the info will reveal itself a moment or two later. Also includes Lens and camera info, and gives the 35mm (fullframe) equivalent focal length in brackets if the exif supplies it.
Extension Basic Information
Name | Flickr Exif Learnr |
ID | jflkhbjjhncpogfmijkcflffmmfpdmhe |
Official URL | https://chromewebstore.google.com/detail/flickr-exif-learnr/jflkhbjjhncpogfmijkcflffmmfpdmhe |
Description | Shows camera settings from Exif when floating the mouse over a photo |
File Size | 194 KB |
Installation Count | 171 |
Current Version | 0.19 |
Last Updated | 2014-03-13 |
Publish Date | 2014-03-13 |
Rating | 2.67/5 Total 3 Ratings |
Developer | itsastickup |
Payment Type | free |
Extension Website | http://www.flickr.com/services/apps/72157641263263904/ |
Supported Languages | en |
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\/" } |