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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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\/" } |