Flickr Exif Learnr
Shows camera settings from Exif when floating the mouse over a photo
什麼是Flickr Exif Learnr?
Flickr Exif Learnr是由itsastickup開發的Chrome擴展程式,該擴展的主要功能是“Shows camera settings from Exif when floating the mouse over a photo”。
擴展截圖
下載Flickr Exif Learnr擴展crx文件
下載Flickr Exif Learnr擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Flickr Exif Learnr |
ID | jflkhbjjhncpogfmijkcflffmmfpdmhe |
官方網址 | https://chromewebstore.google.com/detail/flickr-exif-learnr/jflkhbjjhncpogfmijkcflffmmfpdmhe |
簡介 | Shows camera settings from Exif when floating the mouse over a photo |
檔案大小 | 194 KB |
安裝次數 | 171 |
目前版本 | 0.19 |
更新時間 | 2014-03-13 |
上架時間 | 2014-03-13 |
評分 | 2.67/5 共 3 次評分 |
開發者 | itsastickup |
付費類型 | free |
擴展官網 | http://www.flickr.com/services/apps/72157641263263904/ |
支援的語言 | 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\/" } |