Full Frame (35mm) Focal Length for Flickr
Displays crop factor, 35mm equivalent & angular field of view on Flickr EXIF meta info pages.
What is Full Frame (35mm) Focal Length for Flickr?
Full Frame (35mm) Focal Length for Flickr is a Chrome extension developed by tarmo888, and its main feature is "Displays crop factor, 35mm equivalent & angular field of view on Flickr EXIF meta info pages.".
Extension Screenshots
Download Full Frame (35mm) Focal Length for Flickr Extension CRX File
Download Full Frame (35mm) Focal Length for 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
v1.14 - HTTPS photo pages - info on photo page (with delay) - code rewrite v1.13 - fix for DSLRs v1.12 - title fix to comply with branding guidelines - added 128x128 icon v1.11 - added Vietnamese and Indonesian support - fixed crop factor for resized portrait photos v1.1 - added angular field of view v1.0 - first public release
Extension Basic Information
Name | Full Frame (35mm) Focal Length for Flickr |
ID | icmedmkfffmljpmlkcfoladaaplfjebb |
Official URL | https://chromewebstore.google.com/detail/full-frame-35mm-focal-len/icmedmkfffmljpmlkcfoladaaplfjebb |
Description | Displays crop factor, 35mm equivalent & angular field of view on Flickr EXIF meta info pages. |
File Size | 24.74 KB |
Installation Count | 45 |
Current Version | 1.14 |
Last Updated | 2015-04-16 |
Publish Date | 2015-04-15 |
Rating | 3.00/5 Total 5 Ratings |
Developer | tarmo888 |
Payment Type | free |
Extension Website | http://www.flickr.com/groups/tarmo888-scripts/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [], "js": [ "flickr-ff-focal-length-fov.user.js" ], "matches": [ "https:\/\/www.flickr.com\/photos\/*" ], "run_at": "document_idle" } ], "homepage_url": "https:\/\/www.flickr.com\/services\/apps\/by\/tarmo888", "icons": { "128": "icon.jpg" }, "manifest_version": 2, "description": "Displays crop factor, 35mm equivalent & angular field of view on Flickr EXIF meta info pages.", "name": "Full Frame (35mm) Focal Length for Flickr", "version": "1.14" } |